[all-commits] [llvm/llvm-project] 5fcf3e: [mlir][spirv] Flip createConvertGPUToSPIRVPass map...
Shenghang Tsai via All-commits
all-commits at lists.llvm.org
Wed Oct 26 08:10:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5fcf3e8b4e90b24e49e25766e63fb4e1803582a9
https://github.com/llvm/llvm-project/commit/5fcf3e8b4e90b24e49e25766e63fb4e1803582a9
Author: jackalcooper <jackalcooper at gmail.com>
Date: 2022-10-26 (Wed, 26 Oct 2022)
Changed paths:
M mlir/include/mlir/Conversion/GPUToSPIRV/GPUToSPIRVPass.h
Log Message:
-----------
[mlir][spirv] Flip createConvertGPUToSPIRVPass mapMemorySpace default
Some down-stream libraries only have access to CAPI, setting
default value of mapMemorySpace to true will help them convert IR
to SPIR-V.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D136739
More information about the All-commits
mailing list