-
Notifications
You must be signed in to change notification settings - Fork 74
/
.gitignore
134 lines (103 loc) · 1.74 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
.cache
.vscode
.idea
runtime
*.log
*.csv
*.xlsx
*.code-workspace
/tt-perf*
test_hlk_args_init_gen
tt_build
tt_debug
build
build_*
/python_env/
/llk_out/
/out/
/test_*
core_graph_lib/core_graph_lib_integration_tests
coremodel/model/release/
pipegen.yaml
device_desc.yaml
cluster_descriptor.yaml
.umd/
/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/
hf_data/
# exclude venv
venv/
# exclude pytorch binaries
*.pt
# exclude binaries
*.bin
# 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/
ttnn/tutorials/DiT/
.envrc
# tt_lib and _ttnn stubs
*.pyi
compile_commands.json
# files to ensure that we can use the wheel with runtime artifacts
ttnn/build
ttnn/ttnn/build
ttnn/runtime
ttnn/ttnn/runtime
.ttnn_runtime_artifacts/
# exclude packages brough in from CPM
.cpmcache
ClangBuildAnalyzer.ini
ttnn/ttnn/.rpath_checked__ttnn
Testing