miopen-benchmark icon indicating copy to clipboard operation
miopen-benchmark copied to clipboard

benchmarking miopen

Results 3 miopen-benchmark issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to train the dataset using resnet from your benchmark, I found that the initialization of the input is random in your code. And there is no label...

Tried miopen-benchmark ubuntu18.04 to give a try. Building of test went fine but while running the test , got "std::bad_alloc" issue. ``` terminate called after throwing an instance of 'std::bad_alloc'...

While running make, I get the error below. The function miopenCreateWithStream is called with 'hipStream_t', an incomplete argument type, when it should of type 'miopenAcceleratorQueue_t'. hipStream_t is typedefed to miopenAcceleratorQueue_t...

enhancement
wontfix