#include <CopyToDevice.h>
This class template needs to be specialized for each host-side EventSetup data product that should be implicitly copied to the device memory. The specialization is expected to define static copyAsync() function as in the following example
The copyAsync() function should not explicitly synchronize the queue. The ExampleHostProduct and ExampleDevicxeProduct can be the same type, if they internally are able to handle the memory allocation difference between host and device.
Definition at line 32 of file CopyToDevice.h.