blob: d04aa885698b0a138e344eabe704ccd934af3ae6 (
plain)
1
2
3
4
5
6
7
8
9
|
add_rules("mode.debug", "mode.release")
-- generate PTX code for the virtual architecture to guarantee compatibility
add_cugencodes("compute_35")
target("bin")
set_kind("binary")
add_includedirs("inc")
add_files("src/*.cu")
|