Skip to content

Commit 585dbbe

Browse files
nnethercoteLegNeato
authored andcommitted
Change the guide title and description.
A little shorter and clearer.
1 parent 7d0d8fc commit 585dbbe

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<rdambrosio016@gmail.com>"]
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)