Added CUDA benchmarks
Showing
- pystencils_benchmark/__init__.py 1 addition, 0 deletionspystencils_benchmark/__init__.py
- pystencils_benchmark/benchmark.py 4 additions, 4 deletionspystencils_benchmark/benchmark.py
- pystencils_benchmark/benchmark_gpu.py 170 additions, 0 deletionspystencils_benchmark/benchmark_gpu.py
- pystencils_benchmark/enums.py 1 addition, 0 deletionspystencils_benchmark/enums.py
- pystencils_benchmark/templates/NVCC.mk 12 additions, 0 deletionspystencils_benchmark/templates/NVCC.mk
- pystencils_benchmark/templates/cpu/kernel.c 0 additions, 0 deletionspystencils_benchmark/templates/cpu/kernel.c
- pystencils_benchmark/templates/cpu/kernel.h 0 additions, 0 deletionspystencils_benchmark/templates/cpu/kernel.h
- pystencils_benchmark/templates/cpu/main.c 0 additions, 0 deletionspystencils_benchmark/templates/cpu/main.c
- pystencils_benchmark/templates/gpu/kernel.cu 8 additions, 0 deletionspystencils_benchmark/templates/gpu/kernel.cu
- pystencils_benchmark/templates/gpu/kernel.h 11 additions, 0 deletionspystencils_benchmark/templates/gpu/kernel.h
- pystencils_benchmark/templates/gpu/main.c 66 additions, 0 deletionspystencils_benchmark/templates/gpu/main.c
- tests/test_benchmark.py 16 additions, 1 deletiontests/test_benchmark.py
Please register or sign in to comment