Skip to content

Commit

Permalink
fixed another broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
masa authored and masahi committed Sep 3, 2021
1 parent 065118b commit 6afd482
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_cpu_get_graph_json():
loaded_lib = tvm.runtime.load_module(path_lib)
json = loaded_lib["get_graph_json"]()
assert isinstance(json, str) == True
assert json.find("tvmgen_default_fused_nn_softmax1") > -1
assert json.find("tvmgen_default_fused_nn_softmax_add") > -1


@tvm.testing.requires_cuda
Expand Down

0 comments on commit 6afd482

Please sign in to comment.