Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp884 struct ConvertVectorToGPUPass struct
885 : public ConvertVectorToGPUBase<ConvertVectorToGPUPass> {
887 explicit ConvertVectorToGPUPass(bool useNvGpu_) { in ConvertVectorToGPUPass() function
910 return std::make_unique<ConvertVectorToGPUPass>(useNvGpu); in createConvertVectorToGPUPass()