index
:
prim-benchmarks
main
Processing-in-Memory Benchmarks
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
SpMV
/
baselines
/
gpu
/
Makefile
blob: d2e0c00c811320bd6c08b8d8b1c1648e0b4640f6 (
plain
)
1
2
3
4
5
all: /usr/local/cuda/bin/nvcc app.cu -I/usr/local/cuda/include -lm -o spmv clean: rm spmv