[libc-commits] [PATCH] D152486: [libc] Begin implementing a 'libmgpu.a' for math on the GPU
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 9 15:04:02 PDT 2023
sivachandra added a comment.
Couple of questions:
1. If all that `libmgpu.a` is doing is to route to the vendor specific implementations, what exactly is the benefit provided by `libmgpu.a`?
2. How do GPU applications use and link to the math functions today without `libmgpu.a`?
Based on the answers to the above questions, I might have more questions and/or comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152486/new/
https://reviews.llvm.org/D152486
More information about the libc-commits
mailing list