Sign in
cos
/
mirrors
/
github.com
/
llvm
/
llvm-project
/
4d5d2ffd3e6bae7c7c10bc8315c8990782d87f45
/
.
/
offload
/
unittests
/
OffloadAPI
/
device_code
/
byte.cpp
blob: 779d120fefcaf37d2793d9a92e7a2980e5fd18f9 [
file
]
#include
<gpuintrin.h>
extern
"C"
__gpu_kernel
void
byte
(
unsigned
char
c
)
{
(
void
)
c
;
}