CUDA_PTX_COMPILATION

在 3.9 版本中新增。

将 CUDA 源编译为 .ptx 文件,而不是在 对象库 中编译为 .obj 文件。

例如

add_library(myptx OBJECT a.cu b.cu)
set_property(TARGET myptx PROPERTY CUDA_PTX_COMPILATION ON)