We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec07f74 commit 92d1f02Copy full SHA for 92d1f02
docs/advanced/cuda.md
@@ -295,7 +295,7 @@ Hello, World from GPU thread 4!
295
}
296
```
297
298
- 一个例子是输出 "Kernel launch failed: the provided PTX was compiled with an unsupported toolchain." 错误,表示系统 NVIDIA 驱动版本不支持 CUDA 程序编译时的 CUDA 版本,一般是因为驱动版本过低。
+ 一个例子是输出 "the provided PTX was compiled with an unsupported toolchain." 错误,表示系统 NVIDIA 驱动版本不支持 CUDA 程序编译时的 CUDA 版本,一般是因为驱动版本过低。
299
300
#### 限制使用的 GPU {#limit-gpu}
301
0 commit comments