Skip to content

Commit

Permalink
fix bazel and update clip size
Browse files Browse the repository at this point in the history
  • Loading branch information
qedawkins committed Jul 3, 2024
1 parent a6c3de9 commit 1654fa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgci_regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
--goldendispatch-rocm-clip 1569 \
--goldendispatch-rocm-vae 248 \
--goldensize-rocm-unet-bytes 2062938 \
--goldensize-rocm-clip-bytes 780200 \
--goldensize-rocm-clip-bytes 780328 \
--goldensize-rocm-vae-bytes 757933 \
--gpu-number 6 \
--rocm-chip gfx90a \
Expand Down
1 change: 1 addition & 0 deletions compiler/plugins/target/LLVMCPU/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ iree_compiler_cc_library(
deps = [
"//compiler/src/iree/compiler/Utils",
"@llvm-project//llvm:Analysis",
"@llvm-project//llvm:Core",
"@llvm-project//llvm:MC",
"@llvm-project//llvm:Passes",
"@llvm-project//llvm:Support",
Expand Down
1 change: 1 addition & 0 deletions compiler/plugins/target/LLVMCPU/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ iree_cc_library(
"LLVMTargetOptions.cpp"
DEPS
LLVMAnalysis
LLVMCore
LLVMMC
LLVMPasses
LLVMSupport
Expand Down

0 comments on commit 1654fa5

Please sign in to comment.