mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Revert "fix: correctly report support for SPIR-V 1.0 through 1.3"
This reverts commit 5120ec2f93.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7b340775c6
commit
9570d02134
@@ -27,7 +27,7 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
static const char *spirvWithVersion = "SPIR-V_1.3 SPIR-V_1.2 SPIR-V_1.1 SPIR-V_1.0 ";
|
||||
static const char *spirvWithVersion = "SPIR-V_1.2 ";
|
||||
|
||||
size_t Device::getMaxParameterSizeFromIGC() const {
|
||||
CompilerInterface *compilerInterface = getCompilerInterface();
|
||||
|
||||
Reference in New Issue
Block a user