File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Introduction
22
3- Welcome to the rust-cuda guide! Let's dive right in.
3+ Welcome to the Rust CUDA guide! Let's dive right in.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ In CUDA terminology:
2525 features
2626- ** Real architectures** (` sm_XX ` ) represent actual GPU hardware
2727
28- rust-cuda works exclusively with virtual architectures since it only generates PTX. The
28+ Rust CUDA works exclusively with virtual architectures since it only generates PTX. The
2929` NvvmArch::ComputeXX ` enum values correspond to CUDA's virtual architectures.
3030
3131## Using Target Features
@@ -217,7 +217,7 @@ If you encounter errors about missing functions or features:
217217
218218## Runtime Behavior
219219
220- Again, rust-cuda ** only generates PTX** , not pre-compiled GPU binaries
220+ Again, Rust CUDA ** only generates PTX** , not pre-compiled GPU binaries
221221("[ fatbinaries] ( https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/#fatbinaries ) ").
222222This PTX is then JIT-compiled by the CUDA driver at _ runtime_ .
223223
You can’t perform that action at this time.
0 commit comments