mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
rename tl.float8e4 to tl.float8e4nv to align with upstream ROCM IFU: Fix python arch issues ROCM IFU: Fix kernel launcher ROCM IFU: Fix merge conflicts fix debug build Set correct threadsPerCTA
30 lines
359 B
Plaintext
30 lines
359 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
|
|
ptxas
|