摘要:
https://docs.nvidia.com/cuda/archive/9.0/index.html cuda9.0工具包 阅读全文
posted @ 2020-05-20 09:13
糖糖_彭
阅读(159)
评论(0)
推荐(0)
摘要:
c++条款 num 1:尽量以const enum inline替换#define 1)对于单纯常量,最好以const对象或enums替换#defines 2)对于形似函数的宏,最好改用inline函数替换#define num 2:尽可能使用const 1)将某些东西声明为const可帮助编译器侦 阅读全文
posted @ 2020-05-20 08:39
糖糖_彭
阅读(415)
评论(0)
推荐(0)