Searched refs:bDim (Results 1 – 2 of 2) sorted by relevance
76 dim3 *bDim, dim3 *gDim, int *wSize) { in __cudaRegisterFunction() argument80 dim3 *bDim, dim3 *gDim, int *wSize); in __cudaRegisterFunction()84 bid, bDim, gDim, wSize); in __cudaRegisterFunction()
2280 int64_t aDim = aT.getDimSize(i), bDim = bT.getDimSize(i); in areCastCompatible() local2281 if (aDim != -1 && bDim != -1 && aDim != bDim) in areCastCompatible()