Skip to content

Commit

Permalink
jaxlib: fix mlir_hlo build rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Nov 16, 2022
1 parent 3a837c8 commit e7f4fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaxlib/mlir/_mlir_libs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ py_extension(
py_extension(
name = "_mlirHlo",
srcs = [
"@org_tensorflow//tensorflow/compiler/xla/mlir_hlo:python/MlirHloModule.cc",
"@org_tensorflow//tensorflow/compiler/xla/mlir_hlo:bindings/python/MlirHloModule.cc",
],
copts = COPTS,
deps = [
Expand Down

0 comments on commit e7f4fe0

Please sign in to comment.