Revision f309b82a20358a6a6560b87f8325f73ab06c3123 authored by Jevin Jiang on 05 August 2024, 18:06:42 UTC, committed by jax authors on 06 August 2024, 06:17:11 UTC
we also emulate shuffled store using (store + shuffled load + store) for previous generations.

PiperOrigin-RevId: 659612665
1 parent f255fb7
Raw File
platform_mappings
platforms:
#  Maps "--platforms=//tools/toolchains/cross_compile/config:darwin_x86_64"
#  to "--cpu=darwin".
  @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
    @xla//tools/toolchains/cross_compile/config:darwin_x86_64
back to top