Skip to content

Commit

Permalink
fix onednn
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Apr 21, 2024
1 parent e6b9a3e commit b30b504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/ReactantExtra/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ load("@enzyme_ad//:workspace.bzl", "JAX_COMMIT", "JAX_SHA256", "ENZYME_COMMIT",

XLA_PATCHES = XLA_PATCHES + [
"""
sed -i.bak0 "s/\\\"@onednn\\/\\/:mkl_dnn\\\"/g" xla/tsl/mkl/build_defs.bzl
sed -i.bak0 "s/\\\"@onednn\\/\\/:mkl_dnn\\\"//g" xla/tsl/mkl/build_defs.bzl
""",
"""
sed -i.bak0 "s/patch_cmds = \\[/patch_cmds = \\[\\\"find . -type f -name config.bzl -exec sed -i.bak0 's\\/HAVE_LINK_H=1\\/HAVE_LINK_H=0\\/g' {} +\\\",/g" third_party/llvm/workspace.bzl
Expand Down

0 comments on commit b30b504

Please sign in to comment.