forked from OSchip/llvm-project
10 lines
202 B
Common Lisp
10 lines
202 B
Common Lisp
|
#include <clc/clc.h>
|
||
|
|
||
|
_CLC_DEF uint get_work_dim()
|
||
|
{
|
||
|
__attribute__((address_space(2))) uint * ptr =
|
||
|
(__attribute__((address_space(2))) uint *)
|
||
|
__builtin_amdgcn_implicitarg_ptr();
|
||
|
return ptr[0];
|
||
|
}
|