diff --git a/test/add-vectors.spv b/test/add-vectors.spv new file mode 100644 index 0000000000000000000000000000000000000000..21b25ed74b28b898b4d1be5bc803fd57fb43d057 Binary files /dev/null and b/test/add-vectors.spv differ diff --git a/test/test_wrapper.py b/test/test_wrapper.py index 29020c8e0c79cee8af92d805af970bd7e1549c54..505f56ad8b45ca842c3b6fdbd0992411a542ab21 100644 --- a/test/test_wrapper.py +++ b/test/test_wrapper.py @@ -911,10 +911,10 @@ def test_spirv(ctx_factory): ctx = ctx_factory() queue = cl.CommandQueue(ctx) - # if (ctx._get_cl_version() < (2, 1) and - # cl.get_cl_header_version() < (2, 1)): - # from pytest import skip - # skip("SPIR-V program creation only available in OpenCL 2.1") + if (ctx._get_cl_version() < (2, 1) and + cl.get_cl_header_version() < (2, 1)): + from pytest import skip + skip("SPIR-V program creation only available in OpenCL 2.1") n = 50000