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:
Compute-Runtime-Validation
2024-02-15 03:25:37 +01:00
committed by Compute-Runtime-Automation
parent 7b340775c6
commit 9570d02134
12 changed files with 18 additions and 45 deletions

View File

@@ -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();