forked from tenstorrent/tt-metal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
108 lines (82 loc) · 1.38 KB
/
.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.cache
.vscode
.idea
*.log
*.csv
*.xlsx
/tt-perf*
test_hlk_args_init_gen
tt_build
tt_debug
build
/llk_out/
/out/
/test_*
core_graph_lib/core_graph_lib_integration_tests
coremodel/model/release/
pipegen.yaml
device_desc.yaml
/clean
*coverage.txt
blobgen_cmd_log
__pycache__
*.vcd
run-log.yaml
model_unit_tests
perf_tests_out
gui_dump.json
ops.csv
*.dump
debuda_test
compiled_ops
built_kernels
built
null.d
docs/build
docs/env
docs/doxygen_build
**.swp
**.swo
**.swn
*profile_log*.csv
**/profiler/output/*
generated
env/
tags
# Release assets and machine setup assets
release_build/
infra/machine_setup/assets/
infra/machine_setup/inventory/
# PyBind extensions and wheel setup
*.egg-info/
*.so
.installed.cfg
*.egg
# exclude MNIST etc model downloads
data/
# exclude venv
venv/
# exclude pytorch binaries
*.pt
# exclude Tensor generated heatmaps (debug)
*.png
#exclude output debug files
out*.txt
# releases
dist
# exclude dtx generated files
tt_metal/third_party/lfs/dtx_transform_outputs
#exclude reports dir
.reports/*
# for end-to-end tests
tests/python_api_testing/env
tests/end_to_end_tests/env
# Exclude anything generated by versim
/core.*
# Exclude files that should not be here
tt_metal/device/
/device/
src/firmware/riscv/targets/erisc/src/api/
src/firmware/riscv/targets/erisc/src/eth_routing.cpp
src/firmware/riscv/targets/erisc/src/eth_routing_v2.cpp
.ipynb_checkpoints/