Lines Matching defs:CUDADeviceTy
43 struct CUDADeviceTy;
258 struct CUDADeviceTy : public GenericDeviceTy {
260 CUDADeviceTy(GenericPluginTy &Plugin, int32_t DeviceId, int32_t NumDevices)
264 ~CUDADeviceTy() {}
1260 CUDADeviceTy &CUDADevice = static_cast<CUDADeviceTy &>(GenericDevice);
1373 return new CUDADeviceTy(Plugin, DeviceId, NumDevices);
1429 Error CUDADeviceTy::dataExchangeImpl(const void *SrcPtr,
1436 CUDADeviceTy &DstDevice = static_cast<CUDADeviceTy &>(DstGenericDevice);