commit high-performance mm (scalar and vector versions)
authorYunsup Lee <yunsup@cs.berkeley.edu>
Tue, 15 Apr 2014 04:15:15 +0000 (21:15 -0700)
committerYunsup Lee <yunsup@cs.berkeley.edu>
Tue, 15 Apr 2014 04:15:15 +0000 (21:15 -0700)
commit83ed3f519de9929b6551b98677047228a8ab4d0c
tree186fe4ed156de7b588d0dac720d544df771fe60f
parent8f6e2420926471a7bd9a660305ab3d6a22f22dc9
commit high-performance mm (scalar and vector versions)
18 files changed:
benchmarks/Makefile
benchmarks/common/crt.S
benchmarks/common/syscalls.c
benchmarks/common/util.h
benchmarks/dgemm/bmark.mk [deleted file]
benchmarks/dgemm/dataset1.h [deleted file]
benchmarks/dgemm/dgemm_gendata.scala [deleted file]
benchmarks/dgemm/dgemm_main.c [deleted file]
benchmarks/mm/bmark.mk [new file with mode: 0644]
benchmarks/mm/common.h [new file with mode: 0644]
benchmarks/mm/gen.scala [new file with mode: 0644]
benchmarks/mm/hwacha.S [new file with mode: 0644]
benchmarks/mm/hwacha.h [new file with mode: 0644]
benchmarks/mm/mm.c [new file with mode: 0644]
benchmarks/mm/mm_main.c [new file with mode: 0644]
benchmarks/mm/rb.h [new file with mode: 0644]
benchmarks/mt-matmul/mt-matmul.c
benchmarks/mt-vvadd/mt-vvadd.c