forked from OSchip/llvm-project
Link in MLIRGPUtoSPIRVTransforms with mlir-opt
Add a missed library that needs to be linked with mlir-opt. This results in a test failure in the MLIR due to the pass `-convert-gpu-to-spirv` not being found. PiperOrigin-RevId: 260773067
This commit is contained in:
parent
81a7c322e4
commit
32f78fe3f2
|
@ -24,6 +24,7 @@ set(LIBS
|
|||
MLIRFxpMathOps
|
||||
MLIRGPU
|
||||
MLIRGPUtoNVVMTransforms
|
||||
MLIRGPUtoSPIRVTransforms
|
||||
MLIRLinalg
|
||||
MLIRLLVMIR
|
||||
MLIRLoopOps
|
||||
|
|
Loading…
Reference in New Issue