Star
81
Fork
27
代码
介绍
代码
Issues
9
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
27
f9c13ae5cc02202de2277c5e00c85a1971248abd
msdebug
/
libc
/
src
/
__support
/
GPU
/
amdgpu
下载当前目录
G
GitHub
[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/D148635
3 年前
utils.h
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (
#98597
) This is a part of
#97655
.
1 年前