Is your feature request related to a problem? Please describe.
We want to announce behavior changes coming of the NATIVE case of CMAKE_CUDA_ARCHITECTURES from rapids-cmake.
Describe the solution you'd like
Unlike #316 the swtich from NATIVE to native does have an observable side-effect on the project. The rapids-cmake NATIVE resolves down to the actual architecture value ( 75-real ) after the project() call, while native stays native as now nvcc supports flags like -arch=native.
What we want to do for 22.03 is add a behavior notice to rapids-cmake that NATIVE will map to native starting in 23.04.
Is your feature request related to a problem? Please describe.
We want to announce behavior changes coming of the
NATIVEcase of CMAKE_CUDA_ARCHITECTURES from rapids-cmake.Describe the solution you'd like
Unlike #316 the swtich from
NATIVEtonativedoes have an observable side-effect on the project. The rapids-cmakeNATIVEresolves down to the actual architecture value ( 75-real ) after theproject()call, whilenativestays native as nownvccsupports flags like-arch=native.What we want to do for 22.03 is add a behavior notice to rapids-cmake that
NATIVEwill map tonativestarting in 23.04.