forked from triton-lang/triton
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
55 lines (45 loc) · 819 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Triton builds
build/
# Triton Python module builds
python/build/
python/triton.egg-info/
python/triton/_C/libtriton.pyd
python/triton/_C/libtriton.so
# Backends copied from submodules
python/triton/backends/
!python/triton/backends/__init__.py
!python/triton/backends/compiler.py
!python/triton/backends/driver.py
# 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
# Vim
*.swp