chen3feng / blade-build

Blade is a powerful build system from Tencent, supports many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
Other
2.05k stars 500 forks source link

support cuda "-rdc=true / --device-c" in cu_library #966

Closed irasin closed 2 years ago

irasin commented 2 years ago

If we add "rdc" in cu_library flags, the generated library is invalid because it will no call "--device-link".

Need help~

chen3feng commented 2 years ago

ok, thanks for your proposal

chen3feng commented 2 years ago

cuda library is reimplemented.