migraphx-benchmark / AMDMIGraphX

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

ONNX Backend test fails #181

Closed attila-dusnoki-htec closed 5 months ago

attila-dusnoki-htec commented 6 months ago

The following test fails with allocate_gpu: Memory not available to allocate buffer: 18446744073709551397

nives-vukovic commented 6 months ago

ConstantOfShape operator test fails listed in the issue occur due to output being a dynamic shape.

Slice operator test fails listed in the issue occur due to output being a dynamic shape.

Remaining slice tests currently return an error because slice cannot handle variable steps. They would also return a dynamic shape and fail if this is supported.