Skip to content

Commit

Permalink
Fix mxfloat build dependencies and remove test BUILD file, to remov…
Browse files Browse the repository at this point in the history
…e duplication.

PiperOrigin-RevId: 720447556
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Jan 28, 2025
1 parent e3decbb commit 92c6d66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 72 deletions.
5 changes: 5 additions & 0 deletions third_party/py/ml_dtypes/ml_dtypes.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,13 @@ cc_library(
# include these headers with the prefix.
includes = [
".",
"float8",
"ml_dtypes",
],
deps = [
":float8",
"@eigen_archive//:eigen3",
],
)

pybind_extension(
Expand Down
71 changes: 0 additions & 71 deletions third_party/py/ml_dtypes/ml_dtypes.tests.BUILD

This file was deleted.

1 change: 0 additions & 1 deletion third_party/py/ml_dtypes/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def repo():
name = "ml_dtypes",
build_file = "//third_party/py/ml_dtypes:ml_dtypes.BUILD",
link_files = {
"//third_party/py/ml_dtypes:ml_dtypes.tests.BUILD": "tests/BUILD.bazel",
"//third_party/py/ml_dtypes:LICENSE": "LICENSE",
},
sha256 = ML_DTYPES_SHA256,
Expand Down

0 comments on commit 92c6d66

Please sign in to comment.