[llvm] [Offload] Add `const` to getInfo and calculateOptimalOccupancy (PR #157488)

Ross Brunton via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 8 08:19:22 PDT 2025


RossBrunton wrote:

I think I was a bit too eager with this. The device handles are `ur_device_handle_impl_t_ *const` rather than `const ur_device_handle_impl_t_*`.

https://github.com/llvm/llvm-project/pull/157488


More information about the llvm-commits mailing list