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
This story is to add support to TriBITS for automatically treating all (or most) C++ files as CUDA files for the CMake built-in CUDA language. This is to support projects that were using the Kokkos nvcc_wrapper (and here). This story is to extend TriBITS to support setting the language to CUDA for all C++ source files, like nvcc_wrapper does, when TPL_ENABLE_CUDA is set to TRUE.
ToDo: Finish!
Background
???
Definition of Done
Setting TPL_ENABLE_CUDA to TRUE automatically sets the source file property LANGUAGE for all C++ files to CUDA (or some indirection variable for that like from Kokkos_COMPILE_LANGUAGE)
ToDo: Finish!
Tasks
???
The text was updated successfully, but these errors were encountered:
Related issues
Description
This story is to add support to TriBITS for automatically treating all (or most) C++ files as CUDA files for the CMake built-in CUDA language. This is to support projects that were using the Kokkos
nvcc_wrapper
(and here). This story is to extend TriBITS to support setting the language toCUDA
for all C++ source files, likenvcc_wrapper
does, whenTPL_ENABLE_CUDA
is set toTRUE
.ToDo: Finish!
Background
???
Definition of Done
TPL_ENABLE_CUDA
toTRUE
automatically sets the source file propertyLANGUAGE
for all C++ files toCUDA
(or some indirection variable for that like fromKokkos_COMPILE_LANGUAGE
)ToDo: Finish!
Tasks
The text was updated successfully, but these errors were encountered: