export TRITON_PLUGIN_DIRS=$(pwd)/triton_acc
git clone --recurse-submodules https://github.com/ML-acc/triton_acc.git triton_acc
cd triton_acc/triton/python
# Install prerequisites
python3 -m pip install --upgrade pip
python3 -m pip install cmake ninja wheel pybind11
sudo apt-get update -y
sudo apt-get install -y ccache clang lld
TRITON_BUILD_WITH_CLANG_LLD=true TRITON_BUILD_WITH_CCACHE=true python3 -m pip install --no-build-isolation -vvv '.[tests]'
# or
python3 -m pip install -e .
-
Notifications
You must be signed in to change notification settings - Fork 2
License
ML-acc/triton_acc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published