baidu-research / DeepBench

Benchmarking Deep Learning operations on different hardware
Apache License 2.0
1.07k stars 239 forks source link

AMD GPU support for conv, gemm, rnn for fp32. #89

Closed dagamayank closed 6 years ago

dagamayank commented 6 years ago

This PR adds the support for AMD GPUs for convolutions, gemm, and RNN benchmarks.

sharannarang commented 6 years ago

Thanks for creating this PR! We're excited to have support for AMD in DeepBench.

I'll review the code later this week. A couple of questions/thoughts:

  1. Are you planning to add results for AMD GPUs as well?
  2. Could you also update the README with instructions on how to build the code? Something similar to Nvidia Benchmarks would be great.
dagamayank commented 6 years ago

@sharannarang

A couple of questions/thoughts:

  • Are you planning to add results for AMD GPUs as well?
  • Could you also update the README with instructions on how to build the code? Something similar to Nvidia Benchmarks would be great.

Done.

dagamayank commented 6 years ago

@sharannarang Ping.