This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Remove document references to gpu.kernel_module and gpu.kernel.
ClosedPublic

Authored by tpopp on Apr 24 2020, 3:35 AM.

Details

Summary

These have been replaced from attributes to operations gpu.module and
gpu.func respectively.

Diff Detail

Event Timeline

tpopp created this revision.Apr 24 2020, 3:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 24 2020, 3:35 AM
pifon2a accepted this revision.Apr 24 2020, 3:52 AM
This revision is now accepted and ready to land.Apr 24 2020, 3:52 AM
frgossen requested changes to this revision.Apr 24 2020, 4:31 AM

Thank you.

mlir/include/mlir/Dialect/GPU/GPUOps.td
266

The kernel is now identified with a single nested symbol attribute kernel (https://github.com/llvm/llvm-project/commit/0372db05bb1552c2b39fc735f949977e0a863a25). I should have updated this, sorry.

This revision now requires changes to proceed.Apr 24 2020, 4:31 AM
tpopp updated this revision to Diff 259884.Apr 24 2020, 7:30 AM

Update comment on the kernel attribute of gpu.launch_func.

tpopp marked an inline comment as done.Apr 24 2020, 7:33 AM
frgossen accepted this revision.Apr 24 2020, 7:46 AM
This revision is now accepted and ready to land.Apr 24 2020, 7:46 AM
This revision was automatically updated to reflect the committed changes.