[all-commits] [llvm/llvm-project] c7d380: [mlir][GPU] Plumb range information through the NV...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Mon Sep 9 16:16:56 PDT 2024
Branch: refs/heads/users/krzysz00/nvvm-range-plumbing
Home: https://github.com/llvm/llvm-project
Commit: c7d3804afe9a7e6325f6af230f060c19aceca09b
https://github.com/llvm/llvm-project/commit/c7d3804afe9a7e6325f6af230f060c19aceca09b
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2024-09-09 (Mon, 09 Sep 2024)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
M mlir/lib/Target/LLVMIR/Dialect/NVVM/LLVMIRToNVVMTranslation.cpp
M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir
M mlir/test/Target/LLVMIR/Import/nvvmir.ll
M mlir/test/Target/LLVMIR/nvvmir.mlir
Log Message:
-----------
[mlir][GPU] Plumb range information through the NVVM lowterings
Update the GPU to NVVM lowerings to correctly propagate range
information on IDs and dimension queries, etiher from
known_{block,grid}_size attributes or from `upperBound` annotations on
the operations themselves.
Commit: e62da14a21a25b07a3ac64f1f7e3b0b31032d004
https://github.com/llvm/llvm-project/commit/e62da14a21a25b07a3ac64f1f7e3b0b31032d004
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2024-09-09 (Mon, 09 Sep 2024)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/test/Target/LLVMIR/nvvmir.mlir
Log Message:
-----------
Put trailing whitespace back
Commit: d7a2149ac435fd3e4e8c7932f89182dee6217d55
https://github.com/llvm/llvm-project/commit/d7a2149ac435fd3e4e8c7932f89182dee6217d55
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2024-09-09 (Mon, 09 Sep 2024)
Changed paths:
M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir
M mlir/test/Target/LLVMIR/nvvmir.mlir
Log Message:
-----------
Add test, update for new range syntax from PR below
Compare: https://github.com/llvm/llvm-project/compare/f50dcd32b4ce...d7a2149ac435
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list