-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (26 loc) · 990 Bytes
/
.gitignore
File metadata and controls
27 lines (26 loc) · 990 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
bin/
data_dirs
src/cuda/parboil/driver/*.pyc
src/cuda/GPU_Microbenchmark/Atomic_ubench/Atomic_add/Atomic_add_bw/atomic_add_bw
src/cuda/GPU_Microbenchmark/Atomic_ubench/Atomic_add/Atomic_add_bw_conflict/atomic_add_bw_conflict
src/cuda/GPU_Microbenchmark/Atomic_ubench/Atomic_add/Atomic_add_lat/atomic_add_lat
src/cuda/cudnn/mnist/mnistCUDNN
src/cuda/dragon_li/cdp_bin/
src/cuda/heterosync/
src/cuda/rodinia/3.1/cuda/lavaMD/lavaMD
src/cuda/rodinia/3.1/cuda/lud/cuda/lud_cuda
src/cuda/rodinia/3.1/cuda/nn/nn
src/cuda/rodinia/3.1/cuda/particlefilter/particlefilter_float
src/cuda/rodinia/3.1/cuda/particlefilter/particlefilter_naive
src/cuda/rodinia/3.1/cuda/pathfinder/pathfinder
4.2
.venv/
__pycache__/
compile_commands.json
.cache/
tmp/
# Ignoring files without extension (but keep Makefile and files with extensions)
src/cuda/GPU_Microbenchmark/ubench/**/*
!src/cuda/GPU_Microbenchmark/ubench/**/*/
!src/cuda/GPU_Microbenchmark/ubench/**/*.*
!src/cuda/GPU_Microbenchmark/ubench/**/Makefile