[all-commits] [llvm/llvm-project] ea2ed8: [mlir][nvgpu] NFC - move NVGPU conversion helpers ...
Chris via All-commits
all-commits at lists.llvm.org
Wed Oct 5 19:21:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea2ed80e6dac21bf19d87de8bef1ec01b00dbb8d
https://github.com/llvm/llvm-project/commit/ea2ed80e6dac21bf19d87de8bef1ec01b00dbb8d
Author: Christopher Bate <cbate at nvidia.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
A mlir/include/mlir/Dialect/NVGPU/Utils/MMAUtils.h
M mlir/lib/Conversion/VectorToGPU/CMakeLists.txt
R mlir/lib/Conversion/VectorToGPU/NvGpuSupport.cpp
R mlir/lib/Conversion/VectorToGPU/NvGpuSupport.h
M mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp
M mlir/lib/Dialect/NVGPU/CMakeLists.txt
A mlir/lib/Dialect/NVGPU/Utils/CMakeLists.txt
A mlir/lib/Dialect/NVGPU/Utils/MMAUtils.cpp
Log Message:
-----------
[mlir][nvgpu] NFC - move NVGPU conversion helpers to NvGpu utils library
The ConvertVectorToGpu pass implementation contained a small private
support library for performing various calculations during conversion
between `vector` and `nvgpu.mma.sync` and `nvgpu.ldmatrix` operations.
The support library is moved under `Dialect/NVGPU/Utils` because the
functions have wider utility. Some documentation comments are added or
improved.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D135303
More information about the All-commits
mailing list