[PATCH] D105222: [AMDGPU][Docs] Update Code Object V3 example to includes args section
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 30 13:30:01 PDT 2021
scott.linder added a comment.
Also, expanding on this, would it be useful for us to include a source-language "equivalent" for the example? I.e. the following HIP program should compile to something essentially equivalent:
__global__ void hello_world(float *p) {
*p = 3.14159f;
}
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105222/new/
https://reviews.llvm.org/D105222
More information about the llvm-commits
mailing list