We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第一处: 在 3.3 自定义设备函数 的 3.3.1 函数执行空间标识符 一节中,介绍不同标识符时: 用 __device__ 修饰的函数叫称为备函数,这句中疑似将 称为设备函数误写为 叫称为备函数。 第二处: 在 5.2.1 数据传输的比例 一节第一段,介绍显存带宽理论值时写到:典型 GPU 的显存带宽理论值为几百吉字节每秒 这里疑似将 几百G字节每秒 误写为 几百吉字节每秒
3.3 自定义设备函数
3.3.1 函数执行空间标识符
用 __device__ 修饰的函数叫称为备函数,
称为设备函数
叫称为备函数
5.2.1 数据传输的比例
典型 GPU 的显存带宽理论值为几百吉字节每秒
几百G字节每秒
几百吉字节每秒
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
多谢指出。第一个确实是有笔误。第二个的话,是编辑部建议用吉字节,而不是G字节的。“吉”就是G的意思。可以参考维基百科:https://zh.wikipedia.org/wiki/%E5%90%89%E5%AD%97%E8%8A%82
No branches or pull requests
第一处:
在
3.3 自定义设备函数
的3.3.1 函数执行空间标识符
一节中,介绍不同标识符时:用 __device__ 修饰的函数叫称为备函数,
这句中疑似将称为设备函数
误写为叫称为备函数
。第二处:
在
5.2.1 数据传输的比例
一节第一段,介绍显存带宽理论值时写到:典型 GPU 的显存带宽理论值为几百吉字节每秒
这里疑似将几百G字节每秒
误写为几百吉字节每秒
The text was updated successfully, but these errors were encountered: