Added 2 benchmarks to the suite of tensor benchmarks running on GPU

This commit is contained in:
Benoit Steiner 2016-01-30 10:20:43 -08:00
parent 102fa96a96
commit 4281eb1e2c

View File

@ -22,6 +22,8 @@ BM_FuncGPU(memcpy);
BM_FuncGPU(typeCasting);
BM_FuncGPU(random);
BM_FuncGPU(slicing);
BM_FuncGPU(rowChip);
BM_FuncGPU(colChip);
BM_FuncGPU(shuffling);
BM_FuncGPU(padding);
BM_FuncGPU(striding);