From efe4fdbae8e6e1d7c5e511eb07892ec96fb8fca6 Mon Sep 17 00:00:00 2001 From: Anoop Kapoor Date: Fri, 10 Oct 2025 16:13:49 -0700 Subject: [PATCH 1/2] @FIR1016 - ggml: Release change with new compiler SDK release --- CMakeLists.txt | 4 ++-- tsi-pkg-build.sh | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b798073d3c54..b55940e0b0b7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ if (GGML_TSAVORITE) if (NOT DEFINED MLIR_COMPILER_DIR) if (NOT DEFINED $ENV{MLIR_SDK_VERSION}) - set (MLIR_COMPILER_DIR /proj/rel/sw/sdk-r.0.1.9/compiler) + set (MLIR_COMPILER_DIR /proj/rel/sw/sdk-r.0.1.10/compiler) message("MLIR_SDK_VERSION not set defaulting to ${MLIR_COMPILER_DIR}") else() set (MLIR_COMPILER_DIR $ENV{MLIR_SDK_VERSION}/compiler) @@ -24,7 +24,7 @@ if (GGML_TSAVORITE) if (NOT DEFINED RUNTIME_DIR) if (NOT DEFINED $ENV{MLIR_SDK_VERSION}) - set (RUNTIME_DIR /proj/rel/sw/sdk-r.0.1.9/${GGML_TSAVORITE_TARGET}/runtime) + set (RUNTIME_DIR /proj/rel/sw/sdk-r.0.1.10/${GGML_TSAVORITE_TARGET}/runtime) message("MLIR_SDK_VERSION not set defaulting to ${RUNTIME_DIR}") else() set (RUNTIME_DIR $ENV{MLIR_SDK_VERSION}/${GGML_TSAVORITE_TARGET}/runtime) diff --git a/tsi-pkg-build.sh b/tsi-pkg-build.sh index fefb3b22f715e..38da84e3826ec 100755 --- a/tsi-pkg-build.sh +++ b/tsi-pkg-build.sh @@ -6,11 +6,12 @@ echo 'updating submodule' git submodule update --recursive --init cd ggml-tsi-kernel/ module load tsi4 gcc/13.3.0 -export MLIR_SDK_VERSION=/proj/rel/sw/sdk-r.0.1.9 +export MLIR_SDK_VERSION=/proj/rel/sw/sdk-r.0.1.10 echo 'creating python virtual env' /proj/local/Python-3.10.12/bin/python3 -m venv blob-creation source blob-creation/bin/activate echo 'installing mlir and python dependencies' +#pip install --upgrade pip pip install -r ${MLIR_SDK_VERSION}/compiler/python/requirements-common.txt pip install ${MLIR_SDK_VERSION}/compiler/python/mlir_external_packages-1.4.2-py3-none-any.whl pip install onnxruntime-training @@ -86,7 +87,7 @@ cmake --build build-fpga --config Release echo 'creating tar bundle for fpga' -TSI_GGML_VERSION=0.0.9 +TSI_GGML_VERSION=0.0.10 TSI_GGML_BUNDLE_INSTALL_DIR=tsi-ggml GGML_TSI_INSTALL_DIR=ggml-tsi-kernel TSI_GGML_RELEASE_DIR=/proj/rel/sw/ggml From 7fdc7c19048c4c000848f1007eb9d049896db4e1 Mon Sep 17 00:00:00 2001 From: Anoop Kapoor Date: Fri, 10 Oct 2025 16:38:57 -0700 Subject: [PATCH 2/2] updated submodule latest tag --- ggml-tsi-kernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-tsi-kernel b/ggml-tsi-kernel index 61ce53b2935e5..7dd3227e1f8b1 160000 --- a/ggml-tsi-kernel +++ b/ggml-tsi-kernel @@ -1 +1 @@ -Subproject commit 61ce53b2935e56818d1a8465634eea378e7ac86d +Subproject commit 7dd3227e1f8b16d58245ea433e26048736e5d6f0