You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TPC: place shared constants in the Metal constant address space (#15802)
* TPC: place shared constants in the Metal constant address space
MSL requires namespace-scope constexpr to live in the constant address space.
Generic pointers do not help here: constant is explicitly not among the
address spaces MSL 4.1 makes generic, so the annotation is required whatever
the language version. Guarded on __METAL__, so no other build changes.
* Please consider the following formatting changes
---------
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
0 commit comments