Skip to content

Releases: DeepLink-org/DLCompiler

v0.0.7

24 Dec 13:46

Choose a tag to compare

修复离散访存的问题

update package on ascend

22 Dec 12:06
6729c3a

Choose a tag to compare

update package for ascend

build ascendnpu-ir

depends on ascendnpu-ir commit: 5ee2e879395930f7e020035d3569a0c2e21d6255
compile ascednpu-ir:
git submodule update --init --recursive --progress
rm -rf ./build && ./build-tools/build.sh -o ./build --build-torch-mlir --c-compiler=/usr/bin/clang-15 --cxx-compiler=/usr/bin/clang++-15 --add-cmake-options="-DCMAKE_LINKER=/usr/bin/lld-15 -DLLVM_ENABLE_LLD=ON" --apply-patches --enable-ir-print --build-type Debug

env

export BISHENG_INSTALL_PATH=/path/to/BISHENG_INSTALL_PATH
export PATH=$BISHENG_INSTALL_PATH:$PATH

install

pip install dlcompiler-3.4.0-cp310-cp310-linux_aarch64.whl

Release version 0.0.2, support triton 3.4.0

27 Nov 03:24
ac8d1db

Choose a tag to compare

v0.0.1

11 Oct 12:01
9e82db0

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

支持在华为设备(a+k)上通过pip安装。

wget https://github.com/DeepLink-org/DLCompiler/releases/download/v0.0.1/triton-3.2.0-cp310-cp310-linux_aarch64.whl
pip install triton-3.2.0-cp310-cp310-linux_aarch64.whl