Home
last modified time | relevance | path

Searched refs:ThreadDim (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h74 const ThreadDim &thread_dim_limit() const { return thread_dim_limit_; } in thread_dim_limit()
186 ThreadDim thread_dim_limit_;
253 void set_thread_dim_limit(const ThreadDim &value) { in set_thread_dim_limit()
338 const ThreadDim &thread_dim);
Dlaunch_dim.h54 struct ThreadDim : public Dim3D { struct
55 explicit ThreadDim(uint64 x = 1, uint64 y = 1, uint64 z = 1)
Ddevice_description.cc71 const ThreadDim &thread_dim = thread_dim_limit(); in ToMap()
130 const ThreadDim &thread_dim) { in ThreadDimOk()
Dtrace_listener.h49 virtual void LaunchSubmit(Stream* stream, const ThreadDim& thread_dims, in LaunchSubmit()
Dstream_executor_internal.h190 virtual port::Status Launch(Stream *stream, const ThreadDim &thread_dims, in Launch()
Dstream_executor_pimpl.h474 port::Status Launch(Stream *stream, const ThreadDim &thread_dims,
Dstream_executor_pimpl.cc465 const ThreadDim &thread_dims, in Launch()
Dstream.h185 Stream &ThenLaunch(ThreadDim thread_dims, BlockDim block_dims,
2119 inline Stream &Stream::ThenLaunch(ThreadDim thread_dims, BlockDim block_dims, in ThenLaunch()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h72 port::Status Launch(Stream* stream, const ThreadDim& thread_dims,
80 const ThreadDim& thread_dims, GpuFunctionHandle func);
87 const ThreadDim& thread_dims, GpuFunctionHandle func);
267 void VlogOccupancyInfo(const KernelBase& kernel, const ThreadDim& thread_dims,
Dredzone_allocator.cc228 stream->ThenLaunch(ThreadDim(threads_per_block), BlockDim(block_count), in RunRedzoneChecker()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc296 port::Status GpuExecutor::Launch(Stream* stream, const ThreadDim& thread_dims, in Launch()
351 const ThreadDim& thread_dims, in CalculateOccupancy()
361 const ThreadDim& thread_dims, in CompareOccupancy()
420 const ThreadDim& thread_dims, in VlogOccupancyInfo()
857 ThreadDim thread_dim_limit; in CreateDeviceDescription()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc400 port::Status GpuExecutor::Launch(Stream* stream, const ThreadDim& thread_dims, in Launch()
440 const ThreadDim& thread_dims, in VlogOccupancyInfo()
484 const ThreadDim& thread_dims, in CalculateOccupancy()
501 const ThreadDim& thread_dims, in CompareOccupancy()
1005 ThreadDim thread_dim_limit; in CreateDeviceDescription()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h57 port::Status Launch(Stream *stream, const ThreadDim &thread_dims, in Launch()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h64 port::Status Launch(Stream *stream, const ThreadDim &thread_dims, in Launch()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_comparator.cc624 se::ThreadDim(thread_counts.x, thread_counts.y, thread_counts.z), in DeviceCompare()
Dstream_executor_util.cc221 stream, se::ThreadDim(thread_counts.x, thread_counts.y, thread_counts.z), in ExecuteKernelOnStream()