mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
34 lines
408 B
Plaintext
34 lines
408 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-*
|
|
|
|
# cache dumps
|
|
triton_cache*
|
|
log_*
|
|
|
|
#
|
|
python/triton/third_party/cuda/bin/ptxas
|