Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dlaunch_dim.h54 struct ThreadDim : public Dim3D { struct
55 explicit ThreadDim(uint64_t x = 1, uint64 y = 1, uint64 z = 1)
Ddevice_description.h211 const ThreadDim &thread_dim_limit() const { return thread_dim_limit_; } in thread_dim_limit()
316 ThreadDim thread_dim_limit_;
379 void set_thread_dim_limit(const ThreadDim &value) { in set_thread_dim_limit()
461 const ThreadDim &thread_dim);
Ddevice_description.cc67 const ThreadDim &thread_dim = thread_dim_limit(); in ToMap()
118 const ThreadDim &thread_dim) { in ThreadDimOk()
Dtrace_listener.h49 virtual void LaunchSubmit(Stream* stream, const ThreadDim& thread_dims, in LaunchSubmit()
Dstream_executor_internal.h187 virtual port::Status Launch(Stream* stream, const ThreadDim& thread_dims, in Launch()
Dstream_executor_pimpl.h478 port::Status Launch(Stream* stream, const ThreadDim& thread_dims,
Dstream.h191 port::Status ThenLaunch(ThreadDim thread_dims, BlockDim block_dims,
1623 inline port::Status Stream::ThenLaunch(ThreadDim thread_dims, in ThenLaunch()
Dstream_executor_pimpl.cc475 const ThreadDim& thread_dims, in Launch()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dgpu_executor.h123 port::Status Launch(Stream* stream, const ThreadDim& thread_dims,
131 const ThreadDim& thread_dims, GpuFunctionHandle func);
138 const ThreadDim& thread_dims, GpuFunctionHandle func);
342 void VlogOccupancyInfo(const KernelBase& kernel, const ThreadDim& thread_dims,
Dredzone_allocator.cc230 ThreadDim(threads_per_block), BlockDim(block_count), comparison_kernel, in RunRedzoneChecker()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc298 port::Status GpuExecutor::Launch(Stream* stream, const ThreadDim& thread_dims, in Launch()
353 const ThreadDim& thread_dims, in CalculateOccupancy()
363 const ThreadDim& thread_dims, in CompareOccupancy()
422 const ThreadDim& thread_dims, in VlogOccupancyInfo()
910 ThreadDim thread_dim_limit; in CreateDeviceDescription()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_gpu_executor.cc441 port::Status GpuExecutor::Launch(Stream* stream, const ThreadDim& thread_dims, in Launch()
482 const ThreadDim& thread_dims, in VlogOccupancyInfo()
526 const ThreadDim& thread_dims, in CalculateOccupancy()
543 const ThreadDim& thread_dims, in CompareOccupancy()
1044 ThreadDim thread_dim_limit; in CreateDeviceDescription()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dprecompiled_kernels.cc176 stream->ThenLaunch(se::ThreadDim(kThreads, 1, 1), in MakeBatchPointers()
Dbuffer_comparator.cc680 se::ThreadDim(thread_counts.x, thread_counts.y, thread_counts.z), in DeviceCompare()
Dstream_executor_util.cc377 stream, se::ThreadDim(thread_counts.x, thread_counts.y, thread_counts.z), in ExecuteKernelOnStream()
/external/tensorflow/tensorflow/compiler/xla/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.h63 port::Status Launch(Stream *stream, const ThreadDim &thread_dims, in Launch()