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
model.torch_onnx.mlir:64:12: error: 'stream.async.dispatch' op has invalid Read access range [0 to -96 for -96] of resource %62 with size 1382400; start > end
%927 = torch.operator "onnx.Transpose"(%926) {torch.onnx.perm = [2 : si64, 0 : si64, 3 : si64, 4 : si64, 1 : si64]} : (!torch.vtensor<[?,?,3,8,?],f32>) -> !torch.vtensor<[3,?,8,?,?],f32>
^
model.torch_onnx.mlir:64:12: note: see current operation: %92 = "stream.async.dispatch"(%21, %91, %21, %1, %23, %1, %1, %1) <{affinity = #hal.device.affinity<@__device_0>, entry_points = [@torch_jit$async_dispatch_12::@torch_jit$async_dispatch_12_transpose_3x1x8x1xD_f32], operandSegmentSizes = array<i32: 1, 2, 1, 1, 1, 1, 1>, tied_operands = [-1 : index]}> : (index, !stream.resource<transient>, index, index, index, index, index, index) -> !stream.resource<external>
Dump size with '--mlir-print-ir-after-all --mlir-print-ir-before-all --mlir-disable-threading --mlir-elide-elementsattrs-if-larger=4' is 74M is not able to upload
What happened?
for the given IR
getting error as
Dump size with '--mlir-print-ir-after-all --mlir-print-ir-before-all --mlir-disable-threading --mlir-elide-elementsattrs-if-larger=4' is 74M is not able to upload
Steps to reproduce your issue
command:
What component(s) does this issue relate to?
Compiler
Version information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: