fix: correctly report support for SPIR-V 1.0 through 1.3

Related-To: NEO-10336

Signed-off-by: Ben Ashbaugh <ben.ashbaugh@intel.com>
This commit is contained in:
Ben Ashbaugh
2024-01-26 16:02:27 -08:00
committed by Compute-Runtime-Automation
parent 6dec2143df
commit 5120ec2f93
12 changed files with 52 additions and 25 deletions

View File

@@ -27,7 +27,7 @@
namespace NEO {
static const char *spirvWithVersion = "SPIR-V_1.2 ";
static const char *spirvWithVersion = "SPIR-V_1.3 SPIR-V_1.2 SPIR-V_1.1 SPIR-V_1.0 ";
size_t Device::getMaxParameterSizeFromIGC() const {
CompilerInterface *compilerInterface = getCompilerInterface();