Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Fix a typo in the cuda:: heterogeneous policy. (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycelelbach authored Feb 21, 2023
1 parent 4181e54 commit 2f06a3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ cuda::atomic<int, cuda::thread_scope_block> x;

The NVIDIA C++ Standard Library works across your entire codebase, both in and
across host and device code.
libcu++ is a C++ Standard Library for your entire system, not just
libcu++ is a C++ Standard Library for your entire system, not just your CPU or
GPU.
Everything in `cuda::` is `__host__ __device__`.

libcu++ facilities are designed to be passed between host and device code.
Expand Down

0 comments on commit 2f06a3f

Please sign in to comment.