Skip to content

Commit

Permalink
Fix deps of rdc example (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan authored Jul 17, 2023
1 parent 3ce19bc commit 0503ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rdc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ load("@rules_cuda//cuda:defs.bzl", "cuda_library", "cuda_objects")
cuda_objects(
name = "a_objects",
srcs = ["a.cu"],
deps = [":b"],
deps = [":b_objects"],
)

cuda_objects(
Expand Down

0 comments on commit 0503ead

Please sign in to comment.