mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
Otherwise, these files show up in `git status` under python/triton/third_party/cuda/bin/.
41 lines
537 B
Plaintext
41 lines
537 B
Plaintext
# Triton builds
|
|
build/
|
|
|
|
# Triton Python module builds
|
|
python/build/
|
|
python/triton.egg-info/
|
|
python/triton/_C/libtriton.pyd
|
|
python/triton/_C/libtriton.so
|
|
|
|
# Python caches
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache
|
|
|
|
# Environments
|
|
.venv
|
|
venv/
|
|
venv.bak/
|
|
|
|
# VS Code project files
|
|
.vscode
|
|
.vs
|
|
|
|
# JetBrains project files
|
|
.idea
|
|
cmake-build-*
|
|
|
|
# Third-party binaries
|
|
cuobjdump
|
|
nvdisasm
|
|
ptxas
|
|
|
|
# Docs
|
|
docs/_build/
|
|
docs/python-api/generated/
|
|
docs/dialects/
|
|
docs/getting-started/tutorials
|
|
python/tutorials/
|
|
!python/tutorials/*.py
|
|
!python/tutorials/*.rst
|