[all-commits] [llvm/llvm-project] 98c36f: Revert "[libomptarget] [amdgpu] Fix default settin...
dhruvachak via All-commits
all-commits at lists.llvm.org
Wed Jun 30 17:15:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98c36f0079d46c83bf03a7bce1b9d7e22abe0cba
https://github.com/llvm/llvm-project/commit/98c36f0079d46c83bf03a7bce1b9d7e22abe0cba
Author: Dhruva Chakrabarti <Dhruva.Chakrabarti at amd.com>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
Log Message:
-----------
Revert "[libomptarget] [amdgpu] Fix default setting of max flat workgroup size"
This reverts commit 2240b41ee4f30fe938975677a0a5a2c5c26d271b.
A value of 0 for KernDescVal WG_Size implies it is unknown, so it should be
set to the default. The above change was made without this assumption.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D105250
More information about the All-commits
mailing list