We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97fe4a commit e6bf092Copy full SHA for e6bf092
conda-recipe/build.sh
@@ -42,7 +42,7 @@ if [ ! -d "${INSTALLED_DIR}/imex/lib" ]; then
42
rm -rf ${INSTALLED_DIR}/imex
43
IMEX_SHA=$(cat imex_version.txt)
44
if [ ! -d "mlir-extensions" ]; then
45
- git clone --recurse-submodules --branch main --single-branch https://github.com/intel/mlir-extensions
+ git clone --recurse-submodules --branch main --single-branch https://github.com/fschlimb/mlir-extensions
46
fi
47
pushd mlir-extensions
48
git reset --hard HEAD
0 commit comments