mirror of
https://github.com/ROCm/jax.git
synced 2025-04-14 10:56:06 +00:00
Add @xla to Jax's platform mappings config
PiperOrigin-RevId: 620155135
This commit is contained in:
parent
84156f359f
commit
1f0ffe6a66
@ -1,11 +1,11 @@
|
|||||||
platforms:
|
platforms:
|
||||||
# Maps "--platforms=//tools/toolchains/cross_compile/config:darwin_x86_64"
|
# Maps "--platforms=//tools/toolchains/cross_compile/config:darwin_x86_64"
|
||||||
# to "--cpu=darwin".
|
# to "--cpu=darwin".
|
||||||
//tools/toolchains/cross_compile/config:darwin_x86_64
|
@xla//tools/toolchains/cross_compile/config:darwin_x86_64
|
||||||
--cpu=darwin
|
--cpu=darwin
|
||||||
|
|
||||||
flags:
|
flags:
|
||||||
# Maps "--cpu=darwin" to
|
# Maps "--cpu=darwin" to
|
||||||
# "--platforms=//tools/toolchains/cross_compile/config:darwin_x86_64".
|
# "--platforms=//tools/toolchains/cross_compile/config:darwin_x86_64".
|
||||||
--cpu=darwin
|
--cpu=darwin
|
||||||
//tools/toolchains/cross_compile/config:darwin_x86_64
|
@xla//tools/toolchains/cross_compile/config:darwin_x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user