Skip to content

Commit

Permalink
Eliminate cpu architecture constraint for clang (#208)
Browse files Browse the repository at this point in the history
Allow building with clang on aarch64. Same as how #8 did it for nvcc.
  • Loading branch information
dmellosanjay authored Jan 3, 2024
1 parent 9b7eccd commit c595fd1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cuda/templates/BUILD.local_toolchain_clang
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ cuda_toolchain(

toolchain(
name = "clang-local-toolchain",
exec_compatible_with = [
"@platforms//cpu:x86_64",
],
target_compatible_with = [
"@platforms//cpu:x86_64",
],
target_settings = [
"@rules_cuda//cuda:is_enabled",
"@rules_cuda//cuda:compiler_is_clang",
Expand Down

0 comments on commit c595fd1

Please sign in to comment.