mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Add per-DSS backed buffer programming to dispatch flags
Related-To: NEO-3220 Change-Id: I16711af6d5b2ca51ab2c92b680d253124774534f Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/debug_settings/debug_settings_manager.h"
|
||||
#include "runtime/kernel/kernel.h"
|
||||
|
||||
namespace NEO {
|
||||
@@ -26,4 +27,9 @@ int Kernel::setKernelThreadArbitrationPolicy(uint32_t policy) {
|
||||
}
|
||||
return CL_SUCCESS;
|
||||
}
|
||||
|
||||
bool Kernel::requiresPerDssBackedBuffer() const {
|
||||
return DebugManager.flags.ForcePerDssBackedBufferProgramming.get();
|
||||
}
|
||||
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user