You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a clear duplicate--the same assertion fails but with two different model files, and a different sequence of operators. I'll wait and see if they both have the same underlying cause, though.
The code branch for #2038 seems to fix this problem. It runs all 3 of these models successfully, and without needing the MIGRAPHX_DISABLE_MLIR setting.
AWSRN-BAM fails with the following:
migraphx-driver: /code/AMDMIGraphX/src/targets/gpu/lowering.cpp:76: void migraphx::gpu::miopen_apply::check_shape(shape, instruction_ref): Assertion 'x == i->get_shape()' failed.
This script can be used for creating the model.
The issue occures during lowering:
The original
reshape
is innon-standard
format. Thegpu::contiguous
which is added by add_reshape_lazy_op is instandard
format.cc @causten @pfultz2
The text was updated successfully, but these errors were encountered: