A step towards making this function adequately self contained that it
can be tested easily. No functional change intended here, left variable
names unchanged.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
openmp/libomptarget/plugins/amdgpu/src/rtl.cpp | ||
---|---|---|
1891 | replaces passing device_id with passing the one integer it was used to look up. Rolling into this change as still NFC and it spares me a merge conflict fixup |
Comment Actions
Anything that is accessible directly from getLaunchVals (such as DeviceInfo.*), can we not pass them and access them directly? e.g. DeviceInfo.EnvTeamLimit, etc. That would minimize the number of arguments to getLaunchVals.
replaces passing device_id with passing the one integer it was used to look up. Rolling into this change as still NFC and it spares me a merge conflict fixup