Sign in
cos
/
mirrors
/
github.com
/
llvm
/
llvm-project
/
4d5d2ffd3e6bae7c7c10bc8315c8990782d87f45
/
.
/
offload
/
unittests
/
OffloadAPI
/
device_code
/
foo.cpp
blob: cdc20015fc3e296c4087eaec8aa847bd11651a95 [
file
]
#include
<gpuintrin.h>
#include
<stdint.h>
extern
"C"
__gpu_kernel
void
foo
(
uint32_t
*
out
)
{
out
[
__gpu_thread_id
(
0
)]
=
__gpu_thread_id
(
0
);
}