Skip to content

Commit

Permalink
Merge branch 'master_refactor_scripts' of github.com:weiya711/sam int…
Browse files Browse the repository at this point in the history
…o master_refactor_scripts
  • Loading branch information
weiya711 committed Aug 4, 2023
2 parents 588a1c0 + 1678d58 commit 9c8431a
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ __pycache__/
*.swo
*.txt
*.out
download_suitesparse_partial.sh

# Generated Python Package files
*.egg-info/

# Files for MacOS and IDEs
.DS_store
Expand All @@ -27,37 +29,29 @@ cmake-build-*/
*.csv
*.json

# Tensor files
*.mtx
*.tns

# Generated formatted tensor files
tensor_*_mode_*

# Generated folders
build/
logs/
results/
results-cpu/
suitesparse-bench*/
suitesparse-bench/
sam-outputs/
compiler/benchmark/

# Generated SAM simulator tests
*/sim/test/apps/test_*.py

# Generated SAM graphs
*.gv

# Downloaded data
*.mtx
*.tns

# Temporary matrices
# Temporary or generated tensor directories
tmp_mat*/

# Jupyter notebook checkpoints
.ipynb_checkpoints/

# Generated formatted tensor files
tensor_*_mode_*

# Tiling files
tiles/
synthetic/

# sam package info
sam.egg-info/
# Generated SAM simulator tests
*/sim/test/apps/test_*.py

# Temporary scripts
download_suitesparse_partial.sh

0 comments on commit 9c8431a

Please sign in to comment.