Home | History | Annotate | Download | only in host

Lines Matching refs:port

50   port::Status Init(int device_ordinal, DeviceOptions device_options) override {
51 return port::Status::OK();
98 port::Status SynchronousMemcpy(DeviceMemoryBase *gpu_dst,
100 port::Status SynchronousMemcpy(void *host_dst,
103 port::Status SynchronousMemcpyDeviceToDevice(DeviceMemoryBase *gpu_dst,
109 port::Status AllocateEvent(Event *event) override {
110 return port::Status{port::error::UNIMPLEMENTED, ""};
113 port::Status DeallocateEvent(Event *event) override {
114 return port::Status{port::error::UNIMPLEMENTED, ""};
117 port::Status RecordEvent(Stream *stream, Event *event) override {
118 return port::Status{port::error::UNIMPLEMENTED, ""};
121 port::Status WaitForEvent(Stream *stream, Event *event) override {
122 return port::Status{port::error::UNIMPLEMENTED, ""};
142 port::Status BlockHostUntilDone(Stream *stream) override;
152 port::Status EnablePeerAccessTo(StreamExecutorInterface *other) override {
153 return port::Status::OK();
166 port::Status SetDeviceSharedMemoryConfig(SharedMemoryConfig config) override {
171 return port::Status{port::error::UNIMPLEMENTED, error_msg};