Celeritas
0.5.0-56+6b053cd
|
Thrust async memory resource associated with a Stream. More...
#include <Stream.hh>
Public Types | |
Type aliases | |
using | pointer = Pointer |
using | StreamT = MockStream_st * |
Public Member Functions | |
AsyncMemoryResource (StreamT stream) | |
pointer | do_allocate (std::size_t bytes, std::size_t) final |
Allocate device memory. | |
void | do_deallocate (pointer p, std::size_t, std::size_t) final |
Deallocate device memory. | |
Thrust async memory resource associated with a Stream.