mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Set new minimum version for the spirv_new tests. (#854)
This allows 1.2 implementations with the cl_khr_il_program extension to run them.
This commit is contained in:
@@ -81,7 +81,7 @@ void spirvTestsRegistry::addTestClass(baseTestClass *test, const char *testName)
|
||||
test_definition testDef;
|
||||
testDef.func = test->getFunction();
|
||||
testDef.name = testName;
|
||||
testDef.min_version = Version(2, 1);
|
||||
testDef.min_version = Version(1, 2);
|
||||
testDefinitions.push_back(testDef);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user