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 b5a1a50 commit 5b3c5d5Copy full SHA for 5b3c5d5
dpctl/tests/test_sycl_program.py
@@ -89,10 +89,10 @@ class TestProgramForLevel0GPU(unittest.TestCase):
89
90
# Level zero program creation from a SPIR-V binary is not supported
91
# on Windows.
92
- @unittest.skipIf(
93
- sys.platform in ["win32", "cygwin"],
94
- "Level Zero module creation unsupported on Windows.",
95
- )
+ # @unittest.skipIf(
+ # sys.platform in ["win32", "cygwin"],
+ # "Level Zero module creation unsupported on Windows.",
+ # )
96
def test_create_program_from_spirv(self):
97
CURR_DIR = os.path.dirname(os.path.abspath(__file__))
98
spirv_file = os.path.join(CURR_DIR, "input_files/multi_kernel.spv")
0 commit comments