[all-commits] [llvm/llvm-project] f50dcd: [mlir][GPU] Plumb range information through the NV...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Fri Sep 6 16:59:59 PDT 2024
Branch: refs/heads/users/krzysz00/nvvm-range-plumbing
Home: https://github.com/llvm/llvm-project
Commit: f50dcd32b4ce02dc5046f8a3df3628b4b2096030
https://github.com/llvm/llvm-project/commit/f50dcd32b4ce02dc5046f8a3df3628b4b2096030
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2024-09-06 (Fri, 06 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.
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