Star
80
Fork
27
代码
介绍
代码
Issues
9
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
80
Fork
27
master
msdebug
/
libclc
/
test
/
add_sat.cl
下载
P
Peter Collingbourne
Add some tests which had heretofore evaded 'git add'.
44a079aa
创建于
2012年5月29日
历史提交
__kernel void foo(__global char *a, __global char *b, __global char *c) { *a = add_sat(*b, *c); }