[Mlir-commits] [mlir] [mlir][spirv] Add integration test for `vector.interleave` and `vector.shuffle` (PR #93595)
Jakub Kuderski
llvmlistbot at llvm.org
Tue May 28 17:04:19 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"
----------------
kuhar wrote:
Does this require cmake/bazel dependencies to be updated?
https://github.com/llvm/llvm-project/pull/93595
More information about the Mlir-commits
mailing list