forked from Xilinx/mlir-air
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (28 loc) · 751 Bytes
/
.gitignore
File metadata and controls
31 lines (28 loc) · 751 Bytes
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
# Build / kernel cache artifacts
build_peano/
build_chess/
__pycache__/
*.pyc
kernel_cache/
air_project/
.debug/
.pytest_cache/
# Stray artifacts from running scripts outside build_*/ (xrt.py + external_kernels.py
# write these to CWD by design — `make compile/run/verify` cd into BUILD_DIR first,
# but ad-hoc `python3 verify/verify_runner.py` from this dir will leak them here).
air.mlir
air.elf
air.xclbin
air.insts.bin
*.o
# Local-only experimental and ad-hoc test directories
test_swiglu/
test_swiglu_llama/
test_swiglu_2048/
flash_attn_issue/
# Dev-only docs and artifacts (kept locally for development reference;
# excluded from upstream PR to keep the example focused).
docs/development_progress/
docs/report/
docs/issues/
test_hf_model/