Skip to content

Commit b7bd9b9

Browse files
author
diptorupd
committed
Enabled skipped test for L0-program creation from SPIR-V on Windows
1 parent 9fe4e25 commit b7bd9b9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dpctl/tests/test_sycl_program.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ class TestProgramForLevel0GPU(unittest.TestCase):
8585

8686
import sys
8787

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-
)
9488
def test_create_program_from_spirv(self):
9589
CURR_DIR = os.path.dirname(os.path.abspath(__file__))
9690
spirv_file = os.path.join(CURR_DIR, "input_files/multi_kernel.spv")

0 commit comments

Comments
 (0)