This is an archive of the discontinued LLVM Phabricator instance.

[mlir][gpu] Fix `gpu.launch_func` arg promotion for LLVM Dialect args.
AbandonedPublic

Authored by pifon2a on Sep 9 2020, 6:43 AM.

Details

Reviewers
herhut
csigg
Summary

LaunchFuncOp supports arguments of STD or LLVM types. If the args are already
LLVM types, then memref descriptor would not be flattened correctly.

Diff Detail

Event Timeline

pifon2a created this revision.Sep 9 2020, 6:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2020, 6:43 AM
pifon2a requested review of this revision.Sep 9 2020, 6:43 AM
pifon2a abandoned this revision.Sep 9 2020, 9:54 AM