[Mlir-commits] [mlir] [mlir][spirv] Add integration test for `vector.interleave` and `vector.shuffle` (PR #93595)
Angel Zhang
llvmlistbot at llvm.org
Wed May 29 06:18:24 PDT 2024
================
@@ -16,6 +16,7 @@
#include "mlir/Conversion/ArithToSPIRV/ArithToSPIRV.h"
#include "mlir/Conversion/FuncToSPIRV/FuncToSPIRV.h"
#include "mlir/Conversion/GPUToSPIRV/GPUToSPIRV.h"
+#include "mlir/Conversion/VectorToSPIRV/VectorToSPIRV.h"
----------------
angelz913 wrote:
I ran the ninja tool and did not see this file in the output
https://github.com/llvm/llvm-project/pull/93595
More information about the Mlir-commits
mailing list