llvm-project/mlir/lib/Conversion
Mehdi Amini 850cb135a3 Do not build the CUBIN conversion pass when NVPTX Backend isn't configured
This pass would currently build, but fail to run when this backend isn't
linked in. On the other hand, we'd like it to initialize only the NVPTX
backend, which isn't possible if we continue to build it without the
backend available. Instead of building a broken configuration, let's
skip building the pass entirely.

Differential Revision: https://reviews.llvm.org/D74592
2020-02-14 09:33:12 +00:00
..
AffineToStandard [mlir] Add AffineMaxOp 2020-02-06 10:26:50 +01:00
GPUCommon [MLIR][GPU] Disallow llvm tanh intrinsics when lowering to NVVM/ROCm. 2020-02-11 15:09:30 +01:00
GPUToCUDA Do not build the CUBIN conversion pass when NVPTX Backend isn't configured 2020-02-14 09:33:12 +00:00
GPUToNVVM [MLIR][GPU] Disallow llvm tanh intrinsics when lowering to NVVM/ROCm. 2020-02-11 15:09:30 +01:00
GPUToROCDL [MLIR][GPU] Disallow llvm tanh intrinsics when lowering to NVVM/ROCm. 2020-02-11 15:09:30 +01:00
GPUToSPIRV [mlir][spirv] Introduce spv.func 2020-02-12 07:46:43 -05:00
GPUToVulkan [mlir][spirv] Add ConvertGpuLaunchFuncToVulkanCallsPass 2020-02-13 14:10:07 -05:00
LinalgToLLVM [mlir][EDSC] Almost NFC - Refactor and untangle EDSC dependencies 2020-02-10 12:10:41 -05:00
LinalgToSPIRV [mlir][spirv] Add dialect-specific attribute for target environment 2020-02-04 21:33:13 -05:00
LoopToStandard [MLIR][Linalg] Lower linalg.generic to ploops. 2020-02-03 11:52:23 +01:00
LoopsToGPU Remove unused lambda argument. 2020-02-13 17:24:55 -08:00
StandardToLLVM [mlir] Fix argument attribute attribute reassignment in ConvertStandardToLLVM 2020-02-14 10:22:33 +01:00
StandardToSPIRV [mlir][spirv] Introduce spv.func 2020-02-12 07:46:43 -05:00
VectorToLLVM [mlir] [VectorOps] Initial framework for progressively lowering vector.contract 2020-02-13 15:07:57 -08:00
VectorToLoops [mlir][EDSC] Almost NFC - Refactor and untangle EDSC dependencies 2020-02-10 12:10:41 -05:00
CMakeLists.txt [mlir][spirv] Add ConvertGpuLaunchFuncToVulkanCallsPass 2020-02-13 14:10:07 -05:00