mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
fix more conflits Resolve merge conflicts Some more build and conflict fixes Resolve conflicts for 06-fused-attension.py resolve merge conflicts for the tutorial group gemm example Fixes for some LIT tests resolve remaining conflicts in tests Fix empty kernel set capability 0
47 lines
641 B
Plaintext
47 lines
641 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/*.py
|
|
!python/tutorials/*.rst
|
|
|
|
# clangd index. (".clangd" is a config file now, thus trailing slash)
|
|
.clangd/
|
|
.cache
|
|
/compile_commands.json
|
|
.vscode
|
|
.vs
|