Home
last modified time | relevance | path

Searched defs:threads_per_block (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dadjust_hue_op_gpu.cu.cc35 const int threads_per_block = config.thread_per_block; in operator ()() local
Dadjust_saturation_op_gpu.cu.cc36 const int threads_per_block = config.thread_per_block; in operator ()() local
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_helpers.cu.cc36 const int threads_per_block = 256; in rocm_MakeBatchPointers() local
Drocm_driver.cc1339 GpuContext* context, hipFunction_t kernel, int threads_per_block, in GetMaxOccupiedBlocksPerCore()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Ddevice_description.cc143 int64_t element_count, int64_t *threads_per_block, in CalculateDimensionality()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dlaunch_dimensions.cc39 int64_t threads_per_block = gpu_device_info.threads_per_block_limit; in ThreadsPerBlockLimit() local
Delemental_ir_emitter.cc329 llvm::Value* threads_per_block = IntCast( in EmitThreadId() local
Dir_emitter_unnested.cc3666 int threads_per_block, int num_results_per_warp) { in EmitFullWarpShuffleDownLoopForReduce()
4055 llvm::Value* IrEmitterUnnested::EmitThreadId(int64_t threads_per_block, in EmitThreadId()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dredzone_allocator.cc224 int64_t threads_per_block = std::min( in RunRedzoneChecker() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c731 unsigned threads_per_block = get_max_threads_per_block(sscreen, ir_type); in si_get_compute_param() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c958 unsigned threads_per_block = get_max_threads_per_block(rscreen, ir_type); in r600_get_compute_param() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_driver.cc1637 GpuContext* context, CUfunction kernel, int threads_per_block, in GetMaxOccupiedBlocksPerCore()