Skip to content

Commit cce91b5

Browse files
committed
imex sha
1 parent 3497f0e commit cce91b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-recipe/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if [ ! -d "${INSTALLED_DIR}/imex/lib" ]; then
5353
rm -rf ${INSTALLED_DIR}/imex
5454
IMEX_SHA=$(cat imex_version.txt)
5555
if [ ! -d "mlir-extensions" ]; then
56-
git clone --recurse-submodules https://github.com/fschlimb/mlir-extensions
56+
git clone --recurse-submodules https://github.com/intel/mlir-extensions
5757
fi
5858
pushd mlir-extensions
5959
git reset --hard HEAD

imex_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3fed740048acac4d2884a4d4d1a36d4b8488517d
1+
a6109b1005932d8b4c1d2e8ab0ec4abe7411762a

0 commit comments

Comments
 (0)