[all-commits] [llvm/llvm-project] d59ddb: [mlir] Fix gpu-to-llvm lowering for gpu.alloc with...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Mon Jan 11 07:00:45 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d59ddba777251c59a667d03021900c72f9882a4b
https://github.com/llvm/llvm-project/commit/d59ddba777251c59a667d03021900c72f9882a4b
Author: Christian Sigg <csigg at google.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
M mlir/lib/Conversion/GPUCommon/ConvertLaunchFuncToRuntimeCalls.cpp
M mlir/lib/Conversion/SPIRVToLLVM/ConvertLaunchFuncToLLVMCalls.cpp
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/test/Conversion/GPUCommon/lower-alloc-to-gpu-runtime-calls.mlir
Log Message:
-----------
[mlir] Fix gpu-to-llvm lowering for gpu.alloc with dynamic sizes.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D94402
More information about the All-commits
mailing list