Searched defs:gpu_addr (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | debugger_utils.cc | 70 …auto gpu_addr = std::make_unique<device::gpu::GPUDeviceAddress>(addr->addr, addr->size, format, ty… in LoadInputs() local 99 …auto gpu_addr = std::make_unique<device::gpu::GPUDeviceAddress>(addr->addr, addr->size, format, ty… in LoadOutputs() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | gpu_kernel_runtime.cc | 174 auto gpu_addr = std::make_unique<GPUDeviceAddress>(addr->addr, addr->size, format, type); in LoadKernelData() local 201 auto gpu_addr = std::make_unique<GPUDeviceAddress>(addr->addr, addr->size, format, type); in LoadKernelData() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_buffer.c | 1077 unsigned size, uint64_t *gpu_addr, struct nouveau_bo **pbo) in nouveau_scratch_get()
|