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

Fix a typo in the cuda:: heterogeneous policy. #128

Merged
merged 1 commit into from
Feb 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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