We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3497f0e commit cce91b5Copy full SHA for cce91b5
conda-recipe/build.sh
@@ -53,7 +53,7 @@ if [ ! -d "${INSTALLED_DIR}/imex/lib" ]; then
53
rm -rf ${INSTALLED_DIR}/imex
54
IMEX_SHA=$(cat imex_version.txt)
55
if [ ! -d "mlir-extensions" ]; then
56
- git clone --recurse-submodules https://github.com/fschlimb/mlir-extensions
+ git clone --recurse-submodules https://github.com/intel/mlir-extensions
57
fi
58
pushd mlir-extensions
59
git reset --hard HEAD
imex_version.txt
@@ -1 +1 @@
1
-3fed740048acac4d2884a4d4d1a36d4b8488517d
+a6109b1005932d8b4c1d2e8ab0ec4abe7411762a
0 commit comments