[all-commits] [llvm/llvm-project] 47555d: [mlir][gpu] Extend shuffle op modes and add nvvm l...
Thomas via All-commits
all-commits at lists.llvm.org
Fri Nov 19 11:14:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47555d73f6538cf2c092a7314e3c82c631ce4ccb
https://github.com/llvm/llvm-project/commit/47555d73f6538cf2c092a7314e3c82c631ce4ccb
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2021-11-19 (Fri, 19 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/GPU/GPUOps.td
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
M mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp
M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir
M mlir/test/Dialect/GPU/ops.mlir
M mlir/test/Dialect/LLVMIR/invalid.mlir
M mlir/test/Dialect/LLVMIR/nvvm.mlir
M mlir/test/Target/LLVMIR/nvvmir.mlir
Log Message:
-----------
[mlir][gpu] Extend shuffle op modes and add nvvm lowering
Add up, down and idx modes to gpu shuffle ops, also change the mode from
string to enum
Differential Revision: https://reviews.llvm.org/D114188
More information about the All-commits
mailing list