Skip to content

Commit

Permalink
Merge pull request #25097 from jburnim:jburnim_pallas_interpret_mode
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 724073443
  • Loading branch information
Google-ML-Automation committed Feb 6, 2025
2 parents 840192d + 1c82484 commit 4b86ff2
Show file tree
Hide file tree
Showing 7 changed files with 2,040 additions and 6 deletions.
1 change: 1 addition & 0 deletions jax/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ pytype_strict_library(
"//jax/_src/pallas",
"//jax/_src/pallas/mosaic:core",
"//jax/_src/pallas/mosaic:helpers",
"//jax/_src/pallas/mosaic:interpret",
"//jax/_src/pallas/mosaic:lowering",
"//jax/_src/pallas/mosaic:pallas_call_registration", # build_cleaner: keep
"//jax/_src/pallas/mosaic:pipeline",
Expand Down
12 changes: 12 additions & 0 deletions jax/_src/pallas/mosaic/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,15 @@ py_library(
"//jax/_src/pallas",
],
)

py_library(
name = "interpret",
srcs = ["interpret.py"],
deps = [
":core",
":primitives",
"//jax",
"//jax/_src/lib",
"//jax/_src/pallas",
] + py_deps("numpy"),
)
Loading

0 comments on commit 4b86ff2

Please sign in to comment.