mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Debug flag to control MI_ARB_CHECK prefetcher
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
41c51df086
commit
e24322f266
@@ -798,8 +798,12 @@ inline size_t EncodeMemoryPrefetch<Family>::getSizeForMemoryPrefetch(size_t size
|
||||
|
||||
template <typename Family>
|
||||
void EncodeMiArbCheck<Family>::program(LinearStream &commandStream) {
|
||||
MI_ARB_CHECK cmd = Family::cmdInitArbCheck;
|
||||
|
||||
EncodeMiArbCheck<Family>::adjust(cmd);
|
||||
|
||||
auto miArbCheckStream = commandStream.getSpaceForCmd<MI_ARB_CHECK>();
|
||||
*miArbCheckStream = Family::cmdInitArbCheck;
|
||||
*miArbCheckStream = cmd;
|
||||
}
|
||||
|
||||
template <typename Family>
|
||||
|
||||
Reference in New Issue
Block a user