Skip to content

Commit

Permalink
fix StablehloConvertToSignless linkage (openxla#2387)
Browse files Browse the repository at this point in the history
`StablehloPasses` needs to link `StablehloLinalgTransforms` since
`StablehloConvertToSignless` needs `RemoveSignTypeConverter` from
`linalg/transforms/TypeConversion`
  • Loading branch information
Connor-XY authored Jun 10, 2024
1 parent 72feb5b commit 6ebc59d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stablehlo/transforms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ add_mlir_dialect_library(StablehloPasses
MLIRTransformUtils
StablehloBase
StablehloBroadcastUtils
StablehloLinalgTransforms
StablehloOps
StablehloTypeInference
VhloOps
Expand Down

0 comments on commit 6ebc59d

Please sign in to comment.