We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe4e25 commit b7bd9b9Copy full SHA for b7bd9b9
dpctl/tests/test_sycl_program.py
@@ -85,12 +85,6 @@ class TestProgramForLevel0GPU(unittest.TestCase):
85
86
import sys
87
88
- # Level zero program creation from a SPIR-V binary is not supported
89
- # on Windows.
90
- @unittest.skipIf(
91
- sys.platform in ["win32", "cygwin"],
92
- "Level Zero module creation unsupported on Windows.",
93
- )
94
def test_create_program_from_spirv(self):
95
CURR_DIR = os.path.dirname(os.path.abspath(__file__))
96
spirv_file = os.path.join(CURR_DIR, "input_files/multi_kernel.spv")
0 commit comments