mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
[Mosaic] Use C++ apply-vector-layout as default setting
PiperOrigin-RevId: 585663081
This commit is contained in:
parent
6e31ed1149
commit
523f36153f
@ -45,7 +45,7 @@ import numpy as np
|
||||
FLAGS = flags.FLAGS
|
||||
_MOSAIC_USE_CPP_PASSES = config.define_bool_state(
|
||||
name="mosaic_use_cpp_passes",
|
||||
default=False,
|
||||
default=True,
|
||||
help=(
|
||||
"Use C++ implementation for apply-vector-layout and infer-memref-layout"
|
||||
" passes (still a WIP)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user