Home
last modified time | relevance | path

Searched refs:bitsPerElement (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DNvGpuSupport.cpp242 const int bitsPerElement = static_cast<int>( in getLaneIdToLdMatrixMatrixCoord() local
244 const int kElementsPer128b = (128 / bitsPerElement); in getLaneIdToLdMatrixMatrixCoord()
262 const int64_t num8x128bCols = (operandShape[0] * bitsPerElement) / 128; in getLaneIdToLdMatrixMatrixCoord()