Home
last modified time | relevance | path

Searched refs:GetDeviceAddress (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_thunk.cc56 buffer_allocations.GetDeviceAddress(output_); in ExecuteOnStream()
57 se::DeviceMemoryBase operand = buffer_allocations.GetDeviceAddress(operand_); in ExecuteOnStream()
58 se::DeviceMemory<float> scale(buffer_allocations.GetDeviceAddress(scale_)); in ExecuteOnStream()
59 se::DeviceMemory<float> offset(buffer_allocations.GetDeviceAddress(offset_)); in ExecuteOnStream()
60 se::DeviceMemory<float> mean(buffer_allocations.GetDeviceAddress(mean_)); in ExecuteOnStream()
62 buffer_allocations.GetDeviceAddress(variance_)); in ExecuteOnStream()
92 se::DeviceMemoryBase operand = buffer_allocations.GetDeviceAddress(operand_); in ExecuteOnStream()
94 buffer_allocations.GetDeviceAddress(output_data_); in ExecuteOnStream()
97 buffer_allocations.GetDeviceAddress(output_mean_)); in ExecuteOnStream()
99 buffer_allocations.GetDeviceAddress(output_inv_stddev_)); in ExecuteOnStream()
[all …]
Dfft_thunk.cc184 buffer_allocations.GetDeviceAddress(input_buffer_)); in ExecuteOnStream()
186 buffer_allocations.GetDeviceAddress(output_buffer_)); in ExecuteOnStream()
192 buffer_allocations.GetDeviceAddress(input_buffer_)); in ExecuteOnStream()
194 buffer_allocations.GetDeviceAddress(output_buffer_)); in ExecuteOnStream()
200 buffer_allocations.GetDeviceAddress(input_buffer_)); in ExecuteOnStream()
202 buffer_allocations.GetDeviceAddress(output_buffer_)); in ExecuteOnStream()
214 buffer_allocations.GetDeviceAddress(input_buffer_)); in ExecuteOnStream()
216 buffer_allocations.GetDeviceAddress(output_buffer_)); in ExecuteOnStream()
229 buffer_allocations.GetDeviceAddress(input_buffer_)); in ExecuteOnStream()
231 buffer_allocations.GetDeviceAddress(output_buffer_)); in ExecuteOnStream()
[all …]
Dbuffer_allocations.cc44 se::DeviceMemoryBase buffer_address = GetDeviceAddress(allocation.index()); in TearDown()
60 se::DeviceMemoryBase BufferAllocations::GetDeviceAddress( in GetDeviceAddress() function in xla::gpu::BufferAllocations
74 se::DeviceMemoryBase BufferAllocations::GetDeviceAddress( in GetDeviceAddress() function in xla::gpu::BufferAllocations
76 se::DeviceMemoryBase base = GetDeviceAddress(buffer_slice.index()); in GetDeviceAddress()
Dconvolution_thunk.cc48 operand_se_buffers.push_back(buffer_allocations.GetDeviceAddress(buffer)); in ExecuteOnStream()
52 buffer_allocations.GetDeviceAddress(result_buffer_); in ExecuteOnStream()
55 buffer_allocations.GetDeviceAddress(scratch_buffer_); in ExecuteOnStream()
Dcopy_thunk.cc34 params.buffer_allocations->GetDeviceAddress(destination_buffer_); in ExecuteOnStream()
51 params.buffer_allocations->GetDeviceAddress(destination_buffer_); in ExecuteOnStream()
53 params.buffer_allocations->GetDeviceAddress(source_buffer_); in ExecuteOnStream()
Dnccl_all_to_all_thunk.cc83 params.buffer_allocations->GetDeviceAddress(buffer.source_buffer) in RunNcclCollective()
86 params.buffer_allocations->GetDeviceAddress(buffer.destination_buffer) in RunNcclCollective()
115 params.buffer_allocations->GetDeviceAddress(buffer.source_buffer) in RunNcclCollective()
118 params.buffer_allocations->GetDeviceAddress(buffer.destination_buffer) in RunNcclCollective()
Dmemset_thunk.cc26 params.buffer_allocations->GetDeviceAddress(dest_); in ExecuteOnStream()
35 params.buffer_allocations->GetDeviceAddress(dest_); in ExecuteOnStream()
Dcholesky_thunk.cc71 params.buffer_allocations->GetDeviceAddress(a_buffer_).opaque()); in ExecuteOnStream()
73 params.buffer_allocations->GetDeviceAddress(info_buffer_).opaque()); in ExecuteOnStream()
75 params.buffer_allocations->GetDeviceAddress(workspace_buffer_); in ExecuteOnStream()
Dbuffer_allocations.h58 se::DeviceMemoryBase GetDeviceAddress(
67 se::DeviceMemoryBase GetDeviceAddress(
Dnccl_all_gather_thunk.cc83 params.buffer_allocations->GetDeviceAddress(buffer.source_buffer) in RunNcclCollective()
86 params.buffer_allocations->GetDeviceAddress(buffer.destination_buffer) in RunNcclCollective()
Dtriangular_solve_thunk.cc86 buffer_allocations.GetDeviceAddress(a_buffer_).opaque()); in ExecuteOnStream()
88 buffer_allocations.GetDeviceAddress(b_buffer_).opaque()); in ExecuteOnStream()
Dnccl_all_reduce_thunk.cc134 params.buffer_allocations->GetDeviceAddress(buffer.source_buffer) in RunNcclCollective()
137 params.buffer_allocations->GetDeviceAddress(buffer.destination_buffer) in RunNcclCollective()
Dreplica_id_thunk.cc25 auto dest_addr = params.buffer_allocations->GetDeviceAddress(dest_); in ExecuteOnStream()
Dcollective_permute_thunk.cc256 auto src_addr = params.buffer_allocations->GetDeviceAddress(src_); in ExecuteOnStream()
257 auto dest_addr = params.buffer_allocations->GetDeviceAddress(dest_); in ExecuteOnStream()
Dcustom_call_thunk.cc50 params.buffer_allocations->GetDeviceAddress(slice).opaque()); in ExecuteOnStream()
Dinfeed_thunk.cc57 buffer_allocations.GetDeviceAddress(dest_slices_[index++].slice); in ExecuteOnStream()
Dwhile_thunk.cc59 params.buffer_allocations->GetDeviceAddress( in ExecuteOnStream()
Doutfeed_thunk.cc90 buffer_allocations.GetDeviceAddress(source_slice); in ExecuteOnStream()
Dconditional_thunk.cc79 params.buffer_allocations->GetDeviceAddress(branch_index_buffer_index_); in ExecuteOnStream()
Dkernel_thunk.cc106 params.buffer_allocations->GetDeviceAddress(arg->index()); in ExecuteOnStream()
Dgemm_thunk.cc60 return params.buffer_allocations->GetDeviceAddress(slice); in ExecuteOnStream()
Dgpu_executable.cc538 buffer_allocations.GetDeviceAddress(output_info.allocation_index); in ExecuteAsyncOnStreamImpl()
/external/libusb/libusb/os/
Ddarwin_usb.c1047 (*device)->GetDeviceAddress (device, (USBDeviceAddress *)&new_device->address); in darwin_get_cached_device()