Skip to content

Commit

Permalink
Enable unit test for internal GPU subroutine
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunderberg committed Aug 8, 2023
1 parent c4e4fd4 commit 3d6f97e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/python/unittest/test_tir_subroutine_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ def test_call_to_device_subroutine(target, dev, is_external_subroutine):
"""
is_gpu = "gpu" in tvm.target.Target(target).keys

if is_gpu and not is_external_subroutine:
pytest.xfail(reason="Not yet implemented.")

if is_external_subroutine:
func_attr = {"global_symbol": "subroutine"}
else:
Expand Down

0 comments on commit 3d6f97e

Please sign in to comment.