Skip to content

Commit

Permalink
Re-enable Cuda check test builds (iree-org#12569)
Browse files Browse the repository at this point in the history
Cuda does build on Bazel since
iree-org#11651. Looks like we forgot to
re-enable this. Luckily, it works :-)

https://github.com/openxla/iree/actions/runs/4369920280/jobs/7644268799
  • Loading branch information
GMNGeoffrey authored Mar 9, 2023
1 parent d1ddfb2 commit 45b78b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build_tools/bazel/iree_check_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ def iree_check_single_backend_test_suite(

tests = []
for src in srcs:
# CUDA backend/driver not supported by Bazel build.
if target_backend == "cuda" or driver == "cuda":
continue
test_name = "_".join([name, src])
iree_check_test(
name = test_name,
Expand Down

0 comments on commit 45b78b7

Please sign in to comment.