Star
80
Fork
27
代码
介绍
代码
Issues
9
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
80
Fork
27
master
msdebug
/
offload
/
test
/
Inputs
/
declare_indirect_func.c
下载
G
GitHub
[Offload] Move
/openmp/libomptarget
to
/offload
(
#75125
)
330d8983
创建于
2024年4月23日
历史提交
int
func
()
{
return
42
; }
#
pragma
omp declare target indirect to(func)