Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/quantization/
H A Dquantization_gpu.cu79 constexpr size_t threads_per_block = 256; in _float_to_bfloat16_cuda() local
126 constexpr size_t threads_per_block = 256; in _bfloat16_to_float_cuda() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DPersistentSoftmax.cuh320 constexpr int threads_per_block = 128; in dispatch_softmax_forward() local
370 constexpr int threads_per_block = 128; in dispatch_softmax_backward() local
H A DShape.cu56 constexpr unsigned int threads_per_block = 256; in getCatGridRocm() local
78 constexpr unsigned int threads_per_block = 128; in getCatGridContig() local
H A DSegmentReduce.cu299 constexpr int threads_per_block = 256; in _segment_reduce_lengths_offsets_backward_cuda_kernel() local
427 constexpr int threads_per_block = 256; in _segment_reduce_lengths_offsets_cuda_kernel() local
H A DEmbeddingBag.cu530 const int threads_per_block = 512; in _embedding_bag_per_sample_weights_backward_cuda() local
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_helpers.cu.cc36 const int threads_per_block = 256; in rocm_MakeBatchPointers() local
H A Drocm_driver.cc1339 GpuContext* context, hipFunction_t kernel, int threads_per_block, in GetMaxOccupiedBlocksPerCore()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dadjust_saturation_op_gpu.cu.cc36 const int threads_per_block = config.thread_per_block; in operator ()() local
H A Dadjust_hue_op_gpu.cu.cc35 const int threads_per_block = config.thread_per_block; in operator ()() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Ddevice_description.cc143 int64_t element_count, int64_t *threads_per_block, in CalculateDimensionality()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dlaunch_dimensions.cc39 int64_t threads_per_block = gpu_device_info.threads_per_block_limit; in ThreadsPerBlockLimit() local
H A Delemental_ir_emitter.cc329 llvm::Value* threads_per_block = IntCast( in EmitThreadId() local
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
H A Dredzone_allocator.cc224 int64_t threads_per_block = std::min( in RunRedzoneChecker() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_get.c1242 unsigned threads_per_block = get_max_threads_per_block(sscreen, ir_type); in si_get_compute_param() local
/aosp_15_r20/external/pytorch/c10/macros/
H A DMacros.h304 #define C10_MIN_BLOCKS_PER_SM(threads_per_block, blocks_per_sm) \ argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c932 unsigned threads_per_block = get_max_threads_per_block(rscreen, ir_type); in r600_get_compute_param() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_driver.cc1637 GpuContext* context, CUfunction kernel, int threads_per_block, in GetMaxOccupiedBlocksPerCore()