Home
last modified time | relevance | path

Searched refs:EnablePeerAccess (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dplatform.h207 virtual port::Status EnablePeerAccess();
Dplatform.cc122 port::Status Platform::EnablePeerAccess() { in EnablePeerAccess() function in stream_executor::Platform
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.h366 Status EnablePeerAccess(const std::vector<PlatformGpuId>& visible_gpu_order);
Dgpu_device.cc1187 TF_RETURN_IF_ERROR(EnablePeerAccess(visible_gpu_order)); in CreateDevices()
1706 Status BaseGPUDeviceFactory::EnablePeerAccess( in EnablePeerAccess() function in tensorflow::BaseGPUDeviceFactory
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h421 static port::Status EnablePeerAccess(GpuContext* from, GpuContext* to);
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc720 return GpuDriver::EnablePeerAccess(context_, rocm_other->context_); in EnablePeerAccessTo()
Drocm_driver.cc1287 /* static */ port::Status GpuDriver::EnablePeerAccess(GpuContext* from, in EnablePeerAccess() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc812 return GpuDriver::EnablePeerAccess(context_, cuda_other->context_); in EnablePeerAccessTo()
Dcuda_driver.cc1604 /* static */ port::Status GpuDriver::EnablePeerAccess(GpuContext* from, in EnablePeerAccess() function in stream_executor::gpu::GpuDriver