Sign in
cos
/
mirrors
/
github.com
/
llvm
/
llvm-project
/
4d5d2ffd3e6bae7c7c10bc8315c8990782d87f45
/
.
/
offload
/
unittests
/
OffloadAPI
/
device_code
/
noargs.cpp
blob: 58f989c714fedaa97498ada88233f8ed0b5ec728 [
file
]
#include
<gpuintrin.h>
extern
"C"
__gpu_kernel
void
noargs
()
{
(
void
)
0
;
}