Skip to content

Commit afdc012

Browse files
committed
imex sha
1 parent e594f38 commit afdc012

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
@@ -42,7 +42,7 @@ if [ ! -d "${INSTALLED_DIR}/imex/lib" ]; then
4242
rm -rf ${INSTALLED_DIR}/imex
4343
IMEX_SHA=$(cat imex_version.txt)
4444
if [ ! -d "mlir-extensions" ]; then
45-
git clone --recurse-submodules https://github.com/fschlimb/mlir-extensions
45+
git clone --recurse-submodules https://github.com/intel/mlir-extensions
4646
fi
4747
pushd mlir-extensions
4848
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)