mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
fix: add missing SPIR-V extension SPV_KHR_expect_assume
Related-To: NEO-16150 Signed-off-by: Ben Ashbaugh <ben.ashbaugh@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ce2a42f38a
commit
a80b6a1764
@@ -496,6 +496,7 @@ void ClDevice::initializeSpirvQueries() {
|
||||
}
|
||||
|
||||
if (std::find(extVector.begin(), extVector.end(), "cl_khr_expect_assume") != extVector.end()) {
|
||||
deviceInfo.spirvExtensions.push_back("SPV_KHR_expect_assume");
|
||||
deviceInfo.spirvCapabilities.push_back(spv::CapabilityExpectAssumeKHR);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user