Skip to content

Commit 7185fcc

Browse files
committed
Change the guide title and description.
A little shorter and clearer.
1 parent 5ba1103 commit 7185fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
authors = ["Riccardo D'Ambrosio<[email protected]>"]
33
language = "en"
44
src = "src"
5-
title = "GPU Computing with Rust using CUDA"
6-
description = "Writing extremely fast GPU Computing code with rust using rustc_codegen_nvvm and CUDA"
5+
title = "The Rust CUDA Guide"
6+
description = "How to write GPU compute code with Rust using rustc_codegen_nvvm and CUDA"

0 commit comments

Comments
 (0)