Home | History | Annotate | Download | only in cuda

Lines Matching refs:port

34 #include "tensorflow/stream_executor/platform/port.h"
61 port::Status Init(int device_ordinal, DeviceOptions device_options) override;
101 port::Status SynchronousMemcpy(DeviceMemoryBase *gpu_dst,
104 port::Status SynchronousMemcpy(void *host_dst,
108 port::Status SynchronousMemcpyDeviceToDevice(DeviceMemoryBase *gpu_dst,
145 port::Status AllocateEvent(Event *event) override;
147 port::Status DeallocateEvent(Event *event) override;
149 port::Status RecordEvent(Stream *stream, Event *event) override;
151 port::Status WaitForEvent(Stream *stream, Event *event) override;
155 port::Status BlockHostUntilDone(Stream *stream) override;
159 port::Status EnablePeerAccessTo(StreamExecutorInterface *other) override;
165 port::Status SetDeviceSharedMemoryConfig(SharedMemoryConfig config) override;
215 bool FindOnDiskForComputeCapability(port::StringPiece filename,
216 port::StringPiece canonical_suffix,