[PATCH] D98134: [RFC][POC] Introduce callback argument encoding mode into callback metadata
Shilei Tian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 12 18:51:20 PST 2021
tianshilei1992 added a comment.
We probably don't need the index for `size_t size`. If the `ArgNo` is out of range, we simply return `nullptr`. Besides, CUDA function `cudaLaunchKernel` doesn't have an argument for size as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98134/new/
https://reviews.llvm.org/D98134
More information about the llvm-commits
mailing list