Skip to content

Commit

Permalink
Add @xla to Jax's platform mappings config
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 620155135
  • Loading branch information
kanglant authored and jax authors committed Mar 29, 2024
1 parent 84156f3 commit 1f0ffe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform_mappings
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
platforms:
# Maps "--platforms=//tools/toolchains/cross_compile/config:darwin_x86_64"
# to "--cpu=darwin".
//tools/toolchains/cross_compile/config:darwin_x86_64
@xla//tools/toolchains/cross_compile/config:darwin_x86_64
--cpu=darwin

flags:
# Maps "--cpu=darwin" to
# "--platforms=//tools/toolchains/cross_compile/config:darwin_x86_64".
--cpu=darwin
//tools/toolchains/cross_compile/config:darwin_x86_64
@xla//tools/toolchains/cross_compile/config:darwin_x86_64

0 comments on commit 1f0ffe6

Please sign in to comment.