Home
last modified time | relevance | path

Searched defs:gDim (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/contractions/
H A Dcontractions.cpp991 size_t gDim[3] = { BUFFER_SIZE / (sizeof( cl_float ) * (1<<vectorSize)), 0, 0 }; in RunTest() local
1112 size_t gDim[3] = { BUFFER_SIZE / (sizeof( cl_double ) * (1<<vectorSize)), 0, 0 }; in RunTest_Double() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcudart_stub.cc76 dim3 *bDim, dim3 *gDim, int *wSize) { in __cudaRegisterFunction()