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
I am currently working on the spack module for alpaka in order to reflect the recent changes to alpaka's CMake infrastructure. I noticed that all older alpaka releases are installable by uncommenting a few lines. However, these would collide with the new CMake based approach which should amount to essentially the following:
Since it's only a few lines, you can add @when('@:up-to-last-old-version') decorators to functions or do spec.satisfies('@:up-to-last-old-version') in function bodies.
But since the primary consumer was PIConGPU which had shipped an internal copy of Alpaka, you can also remove the old versions here. The old install was a hack and once your new updates are merged herein and well-tested for some time, we can start to mainline the alpaka package into Spack upstream.
I am currently working on the spack module for alpaka in order to reflect the recent changes to alpaka's CMake infrastructure. I noticed that all older alpaka releases are installable by uncommenting a few lines. However, these would collide with the new CMake based approach which should amount to essentially the following:
Do we still want to keep the older routines or can they be removed?
The text was updated successfully, but these errors were encountered: