Searched refs:ForLoopMapper (Results 1 – 1 of 1) sorted by relevance
29 struct ForLoopMapper : public ConvertAffineForToGPUBase<ForLoopMapper> { struct30 ForLoopMapper() = default;31 ForLoopMapper(unsigned numBlockDims, unsigned numThreadDims) { in ForLoopMapper() argument67 return std::make_unique<ForLoopMapper>(numBlockDims, numThreadDims); in createAffineForToGPUPass()71 return std::make_unique<ForLoopMapper>(); in createAffineForToGPUPass()