We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// -----// IR Dump After FinalizingBackendTypeConversion Failed (torch-finalizing-backend-type-conversion) //----- // util.func public @main$async(%arg0: !hal.buffer_view, %arg1: !hal.buffer_view, %arg2: !hal.fence, %arg3: !hal.fence) -> !hal.buffer_view attributes {inlining_policy = #util.inline.never, iree.abi.model = "coarse-fences", iree.abi.stub} { %0 = hal.tensor.import wait(%arg2) => %arg0 : !hal.buffer_view -> tensor<53x4096xf32> %1 = torch_c.from_builtin_tensor %0 : tensor<53x4096xf32> -> !torch.vtensor<[53,4096],f32> %2 = hal.tensor.import wait(%arg2) => %arg1 : !hal.buffer_view -> tensor<53x4096xf32> %3 = torch_c.from_builtin_tensor %2 : tensor<53x4096xf32> -> !torch.vtensor<[53,4096],f32> %4 = torch.aten.sigmoid_backward %1, %3 : !torch.vtensor<[53,4096],f32>, !torch.vtensor<[53,4096],f32> -> !torch.vtensor<[53,4096],f32> %5 = torch_c.to_builtin_tensor %4 : !torch.vtensor<[53,4096],f32> -> tensor<53x4096xf32> %6 = hal.tensor.barrier join(%5 : tensor<53x4096xf32>) => %arg3 : !hal.fence %7 = hal.tensor.export %6 : tensor<53x4096xf32> -> !hal.buffer_view util.return %7 : !hal.buffer_view }
error: Sigmoid_backward.mlir:3:10: note: see current operation: %4 = "torch.aten.sigmoid_backward"(%1, %3) : (!torch.vtensor<[53,4096],f32>, !torch.vtensor<[53,4096],f32>) -> !torch.vtensor<[53,4096],f32>
Sigmoid_backward.mlir:3:10: note: see current operation: %4 = "torch.aten.sigmoid_backward"(%1, %3) : (!torch.vtensor<[53,4096],f32>, !torch.vtensor<[53,4096],f32>) -> !torch.vtensor<[53,4096],f32>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
error:
Sigmoid_backward.mlir:3:10: note: see current operation: %4 = "torch.aten.sigmoid_backward"(%1, %3) : (!torch.vtensor<[53,4096],f32>, !torch.vtensor<[53,4096],f32>) -> !torch.vtensor<[53,4096],f32>
The text was updated successfully, but these errors were encountered: