Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
update pip deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sjain-stanford committed Mar 6, 2024
1 parent a2def29 commit 46f858e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ torch==2.3.0.dev20240220+cpu \
# via
# -r requirements.txt
# torch-mlir
torch-mlir==20240229.23 \
--hash=sha256:7889e25c63a895a60a87e512dcf33c196ac04aff5ee99f6a6998a5411d7b9122 \
--hash=sha256:ece40760bbef818a5310dffd93ddcbd96a5de37d8e74b42b7d6575c243aa38b8
torch-mlir==20240306.29 \
--hash=sha256:c505cb254196f694ba1447af0ba3300d514fafe5520c2b3266d5d9c2e9ee4f93 \
--hash=sha256:da91a833acfba6e80def65295a805156af1399447a141c46f1becdf5f7ae13a3
# via -r requirements.txt
typing-extensions==4.10.0 \
--hash=sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475 \
Expand Down
2 changes: 1 addition & 1 deletion tools/aot/aot_compile.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def aot_compile(
tools = ["@llvm-project//mlir:mlir-translate"],
)

# TODO: Replace llc with clang for `.o` generation
# TODO: Replace llc with clang for optimized `.o` generation
native.genrule(
name = "gen_" + name + "_host_asm",
srcs = [_name + ".ll"],
Expand Down

0 comments on commit 46f858e

Please sign in to comment.