Searched refs:GpuDevicePtr (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_driver.h | 241 const char* symbol_name, GpuDevicePtr* dptr, 252 static bool SynchronousMemsetUint8(GpuContext* context, GpuDevicePtr location, 258 GpuDevicePtr location, uint32 value, 265 GpuDevicePtr location, uint8 value, 273 GpuDevicePtr location, uint32 value, 281 GpuDevicePtr gpu_src, uint64 size); 283 GpuDevicePtr gpu_dst, 286 GpuDevicePtr gpu_dst, 287 GpuDevicePtr gpu_src, uint64 size); 293 GpuDevicePtr gpu_src, uint64 size, [all …]
|
D | gpu_types.h | 52 using GpuDevicePtr = hipDeviceptr_t; variable 70 using GpuDevicePtr = CUdeviceptr;
|