-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
72 lines (55 loc) · 999 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
*~
*.swp
*.pyc
*.pyo
*.so
.mypy_cache/
*.egg-info/
build/
dist/
# for autocomplete
compile_commands.json
# Pytest verbose output
test-results/
# Coverage reports
.coverage
.coverage.*
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.vscode/*
xformers/benchmarks/LRA/datasets
xformers/benchmarks/LRA/logs
my_runs.md
# Triton cache
.cache
# JetBrains PyCharm IDE
.idea/
# Pyre cache
.pyre/
# Watchman config files
.watchmanconfig
# examples demo files
examples/input.txt
examples/lightning_logs
examples/data
# Hydra default output dir
multirun
outputs
.benchmarks
xformers/_flash_attn
xformers/version.py
xformers/cpp_lib.json
## temporary files
xformers/csrc/attention/hip_fmha/*.cu
xformers/csrc/attention/hip_fmha/*.hip
xformers/csrc/attention/hip_fmha/*_hip.h
xformers/csrc/attention/hip_fmha/instances/*.cu
xformers/csrc/attention/hip_fmha/instances/*.hip
xformers/csrc/attention/hip_fmha/instances_tiled/*.cu
xformers/csrc/attention/hip_fmha/instances_tiled/*.hip