From 580459981b02d355d56df1699eae7ec6e8b4bf2d Mon Sep 17 00:00:00 2001 From: Bryce Adelstein Lelbach aka wash Date: Mon, 1 Mar 2021 10:57:39 -0800 Subject: [PATCH] Fix a typo in the `cuda::` heterogeneous policy. --- docs/overview.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/overview.md b/docs/overview.md index a8f7b75ac3..9c3f684664 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -66,7 +66,8 @@ cuda::atomic 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.