[PATCH] D78803: [MLIR] Remove document references to gpu.kernel_module and gpu.kernel.
Frederik Gossen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 24 04:49:45 PDT 2020
frgossen requested changes to this revision.
frgossen added a comment.
This revision now requires changes to proceed.
Thank you.
================
Comment at: mlir/include/mlir/Dialect/GPU/GPUOps.td:266
+ to have the `gpu.container_module` attribute. The `gpu.launch_func`
+ operation has a string attribute named `kernel` to specify the name of the
+ kernel function to launch and an attribute named `kernel_module` to specify
----------------
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78803/new/
https://reviews.llvm.org/D78803
More information about the llvm-commits
mailing list