Celeritas 0.6.0-rc.2.17+develop.70a89938
Loading...
Searching...
No Matches
Functions
Thrust.device.hh File Reference

Platform and version-specific thrust setup. More...

#include <thrust/execution_policy.h>
#include <thrust/mr/allocator.h>
#include <thrust/version.h>
#include "corecel/DeviceRuntimeApi.hh"
#include "Device.hh"
#include "Stream.hh"
#include "ThreadId.hh"
#include "detail/AsyncMemoryResource.device.hh"
This graph shows which files directly or indirectly include this file:

Functions

autoceleritas::thrust_execute ()
 Get the Thrust synchronous parallel policy.
 
auto celeritas::thrust_execute_on (StreamId stream_id)
 Get a Thrust asynchronous parallel policy for the given stream.
 

Detailed Description

Platform and version-specific thrust setup.

Function Documentation

◆ thrust_execute_on()

auto celeritas::thrust_execute_on ( StreamId  stream_id)
inline

Get a Thrust asynchronous parallel policy for the given stream.

For older versions of thrust, this executes synchronously on the stream.