AMReX-Codes / pyamrex

GPU-Enabled, Zero-Copy AMReX Python Bindings including AI/ML
http://pyamrex.readthedocs.io
Other
32 stars 15 forks source link

Fix CMake: CUDA Compile Features #307

Closed ax3l closed 2 months ago

ax3l commented 2 months ago

Fix the requested compiler features for CUDA compiles. Should not ask for CXX language features in that case.

ax3l commented 2 months ago

Update: technically, the old way did work as well, we just do usually not ask CXX language features for CUDA targets (e.g., in WarpX).