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
./build/bin/driver perf resnet50-v2-7.onnx --int8
Compiling ...
Reading: resnet50-v2-7.onnx
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
Aborted (core dumped)
terminate called after throwing an instance of 'migraphx::version_2_12_0::exception'
what(): /code/AMDMIGraphX/src/targets/gpu/mlir.cpp:765: run_high_level_pipeline: Invalid MLIR created: Error: 'migraphx.quant_convolution' op operand #0 must be !migraphx.shaped of f8E4M3FNUZ type or f8E5M2FNUZ type or f8E5M2 type or f8E4M3FN type or 8-bit signless integer values, but got '!migraphx.shaped<1x512x28x28xsi8, 401408x784x28x1>'
Note: see current operation: %2 = "migraphx.quant_convolution"(%arg1, %arg2) <{dilation = [1, 1], group = 1 : i64, padding = [0, 0, 0, 0], padding_mode = 0 : i64, stride = [1, 1]}> : (!migraphx.shaped<1x512x28x28xsi8, 401408x784x28x1>, !migraphx.shaped<128x512x1x1xsi8, 512x1x1x1>) -> !migraphx.shaped<1x128x28x28xsi32, 100352x784x28x1>
The text was updated successfully, but these errors were encountered:
./build/bin/driver perf resnet50-v2-7.onnx --int8
Compiling ...
Reading: resnet50-v2-7.onnx
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
Aborted (core dumped)
terminate called after throwing an instance of 'migraphx::version_2_12_0::exception'
what(): /code/AMDMIGraphX/src/targets/gpu/mlir.cpp:765: run_high_level_pipeline: Invalid MLIR created: Error: 'migraphx.quant_convolution' op operand #0 must be !migraphx.shaped of f8E4M3FNUZ type or f8E5M2FNUZ type or f8E5M2 type or f8E4M3FN type or 8-bit signless integer values, but got '!migraphx.shaped<1x512x28x28xsi8, 401408x784x28x1>'
Note: see current operation: %2 = "migraphx.quant_convolution"(%arg1, %arg2) <{dilation = [1, 1], group = 1 : i64, padding = [0, 0, 0, 0], padding_mode = 0 : i64, stride = [1, 1]}> : (!migraphx.shaped<1x512x28x28xsi8, 401408x784x28x1>, !migraphx.shaped<128x512x1x1xsi8, 512x1x1x1>) -> !migraphx.shaped<1x128x28x28xsi32, 100352x784x28x1>
The text was updated successfully, but these errors were encountered: