Home | History | Annotate | Download | only in interpreter

Lines Matching refs:port

58   port::Status Init(int device_ordinal, DeviceOptions device_options) override {
59 return port::Status::OK();
118 port::Status SynchronousMemcpy(DeviceMemoryBase *pop_dst,
120 port::Status SynchronousMemcpy(void *host_dst,
123 port::Status SynchronousMemcpyDeviceToDevice(DeviceMemoryBase *pop_dst,
126 return port::Status{port::error::UNIMPLEMENTED, ""};
131 port::Status AllocateEvent(Event *event) override {
132 return port::Status{port::error::UNIMPLEMENTED, ""};
135 port::Status DeallocateEvent(Event *event) override {
136 return port::Status{port::error::UNIMPLEMENTED, ""};
139 port::Status RecordEvent(Stream *stream, Event *event) override {
140 return port::Status{port::error::UNIMPLEMENTED, ""};
143 port::Status WaitForEvent(Stream *stream, Event *event) override {
144 return port::Status{port::error::UNIMPLEMENTED, ""};
160 port::Status BlockHostUntilDone(Stream *stream) override;
170 port::Status EnablePeerAccessTo(StreamExecutorInterface *other) override {
171 return port::Status::OK();
182 port::Status SetDeviceSharedMemoryConfig(SharedMemoryConfig config) override {
183 return port::Status{port::error::UNIMPLEMENTED,
209 port::StatusOr<DeviceMemoryBase> AllocateOutputBuffer(