migraphx-benchmark / AMDMIGraphX

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

Test failures due to IndexError: _Map_base::at #76

Closed music-dino closed 11 months ago

music-dino commented 1 year ago

The following tests fail with IndexError: _Map_base::at:

music-dino commented 1 year ago

The errors occur due to the way that constant nodes are parsed. The current parsing supports the opset 11 version of Constant. Later versions have a number of added attributes which are not handled, the one causing issues with these tests being value_float. When this is addressed, the tests fail due to #69