Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DNvGpuSupport.h38 FailureOr<WarpMatrixInfo> getWarpMatrixInfo(Operation *op);
H A DVectorToGPU.cpp448 nvgpu::getWarpMatrixInfo(op); in convertConstantOpMmaSync()
474 nvgpu::getWarpMatrixInfo(op); in creatLdMatrixCompatibleLoads()
517 nvgpu::getWarpMatrixInfo(op); in createNonLdMatrixLoads()
606 nvgpu::getWarpMatrixInfo(op); in convertTransferReadToLoads()
639 nvgpu::getWarpMatrixInfo(op); in convertTransferWriteToStores()
H A DNvGpuSupport.cpp54 FailureOr<WarpMatrixInfo> getWarpMatrixInfo(Operation *op) { in getWarpMatrixInfo() function