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
Lowering fails because on of the arguments to gpu.func
%subview = memref.subview %8[1, 1] [1, 5] [5, 1] : memref> to memref<1x5xi64, strided<[?, ?], offset: ?>>
Has a dynamic shape.
Implementing #653 should address this issue.
With the following MLIR in
out.mlir
:the command
python bin/imex-runner.py -f ./ptensor-gpu.pp -i ./out.mlir
fails with the following message:Here's the content of
ptensor-gpu.pp
:The text was updated successfully, but these errors were encountered: