Open etuleu opened 2 years ago
Create a benchmark for testing cpu - memory bandwidth and compare that with a gpu solution. A simple start is to test neuron only functions because they should be independent so easily parallelizable.
https://github.com/siboehm/CPU_bench/blob/master/gosrc/bandwidth.go
Create a benchmark for testing cpu - memory bandwidth and compare that with a gpu solution. A simple start is to test neuron only functions because they should be independent so easily parallelizable.