OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dim3
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCUDA/
cuda.h
11
struct
dim3
{
struct
13
__host__ __device__
dim3
(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
function in struct:dim3
18
int cudaConfigureCall(
dim3
gridSize,
dim3
blockSize, size_t sharedSize = 0,
Completed in 51 milliseconds