Home | History | Annotate | Download | only in Tensor

Lines Matching defs:warpSize

858     const int warpSize = 32;
883 const int inner_dim = maxSharedMem / ((warpSize + kernel_size) * sizeof(Scalar));
887 block_size.x = numext::mini(warpSize, maxX);