migraphx-benchmark / AMDMIGraphX

AMD's graph optimization engine.
https://rocmsoftwareplatform.github.io/AMDMIGraphX/doc/html/
MIT License
0 stars 1 forks source link

LpPool not supported by MIOpen #101

Open attila-dusnoki-htec opened 10 months ago

attila-dusnoki-htec commented 10 months ago

Failing tests:

attila-dusnoki-htec commented 10 months ago

RuntimeError: /code/AMDMIGraphX/src/targets/gpu/include/migraphx/gpu/miopen.hpp:226: make_pooling: lpnormn mode for pooling:

attila-dusnoki-htec commented 10 months ago

The above error is badly fomatted/printed, it should say: RuntimeError: /code/AMDMIGraphX/src/targets/gpu/include/migraphx/gpu/miopen.hpp:226: make_pooling: Unknown mode for pooling: lpnorm

This is blocked until MIOpen supports it: https://docs.amd.com/projects/MIOpen/en/latest/pooling.html