[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 19:24:54 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:

These are often 'masked' with cmake -- they happen to work until you switch build options to shared libs or build with bazel. You can confirm by running the missing deps ninja tool: https://discourse.llvm.org/t/ninja-can-now-check-for-missing-cmake-dependencies-on-generated-files/74344

https://github.com/llvm/llvm-project/pull/93595


More information about the Mlir-commits mailing list