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.
test_api.py::test_state
1 parent abb8113 commit 8d220b9Copy full SHA for 8d220b9
third_party/proton/test/test_api.py
@@ -330,6 +330,8 @@ def test_scope_exclusive(tmp_path: pathlib.Path):
330
331
332
def test_state(tmp_path: pathlib.Path):
333
+ if is_xpu():
334
+ pytest.skip("https://github.com/intel/intel-xpu-backend-for-triton/issues/5447")
335
temp_file = tmp_path / "test_state.hatchet"
336
proton.start(str(temp_file.with_suffix("")))
337
proton.enter_scope("test0")
0 commit comments