Skip to content

Commit 2f42314

Browse files
committed
Enable unit test for internal GPU subroutine
1 parent fc7384c commit 2f42314

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/python/unittest/test_tir_subroutine_call.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,6 @@ def test_call_to_device_subroutine(target, dev, is_external_subroutine):
239239
"""
240240
is_gpu = "gpu" in tvm.target.Target(target).keys
241241

242-
if is_gpu and not is_external_subroutine:
243-
pytest.xfail(reason="Not yet implemented.")
244-
245242
if is_external_subroutine:
246243
func_attr = {"global_symbol": "subroutine"}
247244
else:

0 commit comments

Comments
 (0)