Skip to main content Link Menu Expand (external link) Document Search Copy Copied

System

Groups

/* thrust::system is the namespace which contains specific Thrust backend systems. It also contains functionality for reporting error conditions originating from the operating system or other low-level application program interfaces such as the CUDA runtime. They are provided in a separate namespace for import convenience but are also aliased in the top-level thrust namespace for easy access. */namespace thrust::system { }