patflick / miopen-benchmark

benchmarking miopen
BSD 3-Clause "New" or "Revised" License
17 stars 15 forks source link

pulling all fixes for issue #8 #11

Closed patflick closed 6 years ago

patflick commented 6 years ago

This pull request pulls in all changes mentioned in issue #8.

@mattsinc I put the main.cpp back in and fixed the typo you mentioned. Since you already tested the major changes, I'll immediately merge to into master. Cheers!

mattsinc commented 6 years ago

Thanks! One small thing: if you are going to add main.cpp back in, you should (probably) do the same uniform() call in it, no? That way if someone tries to use it in the future, they won't come across the same problem.

Matt