[PATCH] D120952: [clang][AST matchers] adding submatchers under cudaKernelCallExpr to match kernel launch config

Alister Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 3 18:11:09 PST 2022


ajohnson-uoregon created this revision.
ajohnson-uoregon added reviewers: klimek, jdoerfert.
Herald added a subscriber: yaxunl.
Herald added a project: All.
ajohnson-uoregon requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

adding more AST matchers for all possible launch params to a CUDA kernel, e.g. cudaGridDim and cudaSharedMemPerBlock


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120952

Files:
  clang/include/clang/ASTMatchers/ASTMatchers.h
  clang/lib/ASTMatchers/Dynamic/Registry.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120952.412885.patch
Type: text/x-patch
Size: 3669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220304/68dc96d2/attachment.bin>


More information about the cfe-commits mailing list