mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
performance: enable indirect detection
Platforms other than PVC require detection version >= 4 Vector compiler kernels require >= 6 Related-To: NEO-12491 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
cb3b2134ab
commit
6d6c4267b3
@@ -12,6 +12,8 @@
|
||||
namespace NEO {
|
||||
namespace IndirectDetectionVersions {
|
||||
constexpr uint32_t requiredDetectIndirectVersionPVC = 3u;
|
||||
constexpr uint32_t requiredDetectIndirectVersionBindless = 4u;
|
||||
constexpr uint32_t requiredDetectIndirectVersionVectorCompiler = 6u;
|
||||
constexpr uint32_t disabled = std::numeric_limits<uint32_t>::max();
|
||||
} // namespace IndirectDetectionVersions
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user