Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Conversion/VectorToGPU/
H A DVectorToGPU.h38 std::unique_ptr<Pass> createConvertVectorToGPUPass(bool useNvGpu = false);
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp909 std::unique_ptr<Pass> mlir::createConvertVectorToGPUPass(bool useNvGpu) { in createConvertVectorToGPUPass() function in mlir
/llvm-project-15.0.7/mlir/include/mlir/Conversion/
H A DPasses.td860 let constructor = "mlir::createConvertVectorToGPUPass()";