[Mlir-commits] [mlir] [mlir][sparse][pybind][CAPI] remove LevelType enum from CAPI, constru… (PR #81682)

Aart Bik llvmlistbot at llvm.org
Tue Feb 13 15:54:35 PST 2024


================
@@ -31,6 +31,7 @@
 // NOTE: Client code will need to include "mlir/ExecutionEngine/Float16bits.h"
 // if they want to use the `MLIR_SPARSETENSOR_FOREVERY_V` macro.
 
+#include "llvm/ADT/ArrayRef.h"
----------------
aartbik wrote:

We can't include anything llvm/mlir related here (see comment at L21)

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


More information about the Mlir-commits mailing list