Skip to content

Commit

Permalink
Add missing dependency to TorchMLIRRefBackend target (#3107)
Browse files Browse the repository at this point in the history
Discovered in #3104
Most likely when building with stablehlo, while waiting for it missing
dependency was generated to location shared with another dependency.
  • Loading branch information
ZzEeKkAa authored Aug 14, 2024
1 parent 23ec539 commit 64b0d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/RefBackend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ add_mlir_library(TorchMLIRRefBackend
DEPENDS
MLIRTorchTypesIncGen
TorchMLIRRefBackendPassIncGen
MLIRTorchConversionOpsIncGen

LINK_COMPONENTS
Core
Expand Down

0 comments on commit 64b0d4a

Please sign in to comment.