Star81
27
代码介绍
代码
Issues9
Pull Requests9
流水线
Actions
讨论
Wiki
项目成员44
分析
项目设置
Star81
27
  1. msdebug
  2. /
  3. libc
  4. /
  5. src
  6. /
  7. __support
  8. /
  9. GPU
  10. /
  11. amdgpu
GGitHub[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)
5ff3ff33创建于 2024年7月13日历史提交
文件最后提交记录最后更新时间
CMakeLists.txt
[libc] Add a support library for GPU utilities The GPU has many features that can only be accessed through builtin or intrinsic functions. Furthermore, these functions are unique for each GPU target. This patch outlines an interface to create a common libc interface to access these. Currently I only implement a function for the CUDA equivalent of blockIdx.x. More will be added in the future. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D1486353 年前
utils.h
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597) This is a part of #97655.1 年前