[all-commits] [llvm/llvm-project] 486110: [AMDGPU][Libomptarget] Remove global KernelNameMap
pdhaliwal-amd via All-commits
all-commits at lists.llvm.org
Mon May 24 01:46:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 486110eb413446dfa835d880bfd1c0d6bbe9f120
https://github.com/llvm/llvm-project/commit/486110eb413446dfa835d880bfd1c0d6bbe9f120
Author: Pushpinder Singh <Pushpinder.Singh at amd.com>
Date: 2021-05-24 (Mon, 24 May 2021)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/impl/system.cpp
Log Message:
-----------
[AMDGPU][Libomptarget] Remove global KernelNameMap
KernelNameMap contains entries like "key.kd" => key which clearly
could be replaced by simple logic of removing suffix from the key.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D102691
More information about the All-commits
mailing list