Skip to content

Commit

Permalink
update cuda_objects
Browse files Browse the repository at this point in the history
  • Loading branch information
noaxp committed Aug 3, 2023
1 parent b6f661f commit 33ab5ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cuda/private/rules/cuda_objects.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ code and device link time optimization source files.""",
"ptxasopts": attr.string_list(doc = "Add these flags to the ptxas command."),
"_cc_toolchain": attr.label(default = "@bazel_tools//tools/cpp:current_cc_toolchain"), # legacy behaviour
"_default_cuda_copts": attr.label(default = "//cuda:copts"),
"_default_host_copts": attr.label(default = "//cuda:host_copts"),
"_default_cuda_archs": attr.label(default = "//cuda:archs"),
},
fragments = ["cpp"],
Expand Down

0 comments on commit 33ab5ae

Please sign in to comment.