[all-commits] [llvm/llvm-project] 361458: [mlir] create gpu memset op
Loren Maggiore via All-commits
all-commits at lists.llvm.org
Fri Sep 3 23:13:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 361458b1ce890bd3f3575cca82b9bbb01d270e6f
https://github.com/llvm/llvm-project/commit/361458b1ce890bd3f3575cca82b9bbb01d270e6f
Author: Loren Maggiore <loreno at google.com>
Date: 2021-09-04 (Sat, 04 Sep 2021)
Changed paths:
M mlir/include/mlir/Dialect/GPU/GPUOps.td
M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp
M mlir/lib/ExecutionEngine/RocmRuntimeWrappers.cpp
A mlir/test/Conversion/GPUCommon/lower-memset-to-gpu-runtime-calls.mlir
M mlir/test/Dialect/GPU/canonicalize.mlir
M mlir/test/Dialect/GPU/invalid.mlir
M mlir/test/Dialect/GPU/ops.mlir
Log Message:
-----------
[mlir] create gpu memset op
Create a gpu memset op and corresponding CUDA and ROCm wrappers.
Reviewed By: herhut, lorenrose1013
Differential Revision: https://reviews.llvm.org/D107548
More information about the All-commits
mailing list