- target("cuda_console")
- set_kind("binary")
- add_files("src/*.cu")
- -- generate SASS code for SM architecture of current host
- add_cugencodes("native")
- -- generate PTX code for the virtual architecture to guarantee compatibility
- add_cugencodes("compute_30")
|