Types
Types
Type | Definition | Notes |
---|---|---|
bool |
Boolean interop type |
|
signed char |
char (1 byte) interop type |
|
double |
double interop type |
|
float |
float interop type |
|
cl::sycl::half |
half scalar type |
|
int |
int (4 bytes) interop type |
|
int64_t |
long (8 bytes) interop type |
|
int16_t |
short (2 bytes) interop type |
|
unsigned char |
unsigned char (1 byte) interop type |
|
unsigned int |
unsigned int (4 bytes) interop type |
|
uint64_t |
unsigned long (8 bytes) interop type |
|
uint16_t |
unsigned short (2 bytes) interop type |
Classes
Definition of half type |