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