Home | History | Annotate | Download | only in host

Lines Matching defs:host

18 // examine the performance of host-based StreamExecutor code.
23 #include "tensorflow/stream_executor/host/host_stream.h"
24 #include "tensorflow/stream_executor/host/host_timer.h"
33 namespace host {
36 // with a device, but DOES perform memory operations backed by the host.
38 // Kernel invocations will fail, but host callbacks may be enqueued on this
42 // This is useful for evaluating the performance of host-based or fallback
133 // No special initialization is necessary for host timers.
161 LOG(INFO) << "Shared memory configuration is unsupported for host "
168 "Shared memory configuration is unsupported for host "
212 } // namespace host