Skip to content

Commit 272b85c

Browse files
authored
Merge pull request #62 from tsisw/sdk-release-10
@FIR1016 - ggml: Release change with new compiler SDK release
2 parents 40bfeea + 7fdc7c1 commit 272b85c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (GGML_TSAVORITE)
1515

1616
if (NOT DEFINED MLIR_COMPILER_DIR)
1717
if (NOT DEFINED $ENV{MLIR_SDK_VERSION})
18-
set (MLIR_COMPILER_DIR /proj/rel/sw/sdk-r.0.1.9/compiler)
18+
set (MLIR_COMPILER_DIR /proj/rel/sw/sdk-r.0.1.10/compiler)
1919
message("MLIR_SDK_VERSION not set defaulting to ${MLIR_COMPILER_DIR}")
2020
else()
2121
set (MLIR_COMPILER_DIR $ENV{MLIR_SDK_VERSION}/compiler)
@@ -24,7 +24,7 @@ if (GGML_TSAVORITE)
2424

2525
if (NOT DEFINED RUNTIME_DIR)
2626
if (NOT DEFINED $ENV{MLIR_SDK_VERSION})
27-
set (RUNTIME_DIR /proj/rel/sw/sdk-r.0.1.9/${GGML_TSAVORITE_TARGET}/runtime)
27+
set (RUNTIME_DIR /proj/rel/sw/sdk-r.0.1.10/${GGML_TSAVORITE_TARGET}/runtime)
2828
message("MLIR_SDK_VERSION not set defaulting to ${RUNTIME_DIR}")
2929
else()
3030
set (RUNTIME_DIR $ENV{MLIR_SDK_VERSION}/${GGML_TSAVORITE_TARGET}/runtime)

ggml-tsi-kernel

tsi-pkg-build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ echo 'updating submodule'
66
git submodule update --recursive --init
77
cd ggml-tsi-kernel/
88
module load tsi4 gcc/13.3.0
9-
export MLIR_SDK_VERSION=/proj/rel/sw/sdk-r.0.1.9
9+
export MLIR_SDK_VERSION=/proj/rel/sw/sdk-r.0.1.10
1010
echo 'creating python virtual env'
1111
/proj/local/Python-3.10.12/bin/python3 -m venv blob-creation
1212
source blob-creation/bin/activate
1313
echo 'installing mlir and python dependencies'
14+
#pip install --upgrade pip
1415
pip install -r ${MLIR_SDK_VERSION}/compiler/python/requirements-common.txt
1516
pip install ${MLIR_SDK_VERSION}/compiler/python/mlir_external_packages-1.4.2-py3-none-any.whl
1617
pip install onnxruntime-training
@@ -86,7 +87,7 @@ cmake --build build-fpga --config Release
8687

8788

8889
echo 'creating tar bundle for fpga'
89-
TSI_GGML_VERSION=0.0.9
90+
TSI_GGML_VERSION=0.0.10
9091
TSI_GGML_BUNDLE_INSTALL_DIR=tsi-ggml
9192
GGML_TSI_INSTALL_DIR=ggml-tsi-kernel
9293
TSI_GGML_RELEASE_DIR=/proj/rel/sw/ggml

0 commit comments

Comments
 (0)