Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DNvGpuSupport.cpp220 params.contiguousDimType = in getLdMatrixParams()
223 if (params.contiguousDimType == IteratorType::Reduction) { in getLdMatrixParams()
253 if (params.contiguousDimType == IteratorType::Reduction) { in getLaneIdToLdMatrixMatrixCoord()
261 if (params.contiguousDimType == IteratorType::Parallel) { in getLaneIdToLdMatrixMatrixCoord()
H A DNvGpuSupport.h74 IteratorType contiguousDimType; member