mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
6dec2143df
commit
5120ec2f93
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user