Home
last modified time | relevance | path

Searched defs:thunk_info (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dreplica_id_thunk.h31 ReplicaOrPartitionIdThunk(Kind kind, ThunkInfo thunk_info, in ReplicaOrPartitionIdThunk()
41 ReplicaIdThunk(ThunkInfo thunk_info, const BufferAllocation::Slice& dest) in ReplicaIdThunk()
47 PartitionIdThunk(ThunkInfo thunk_info, const BufferAllocation::Slice& dest) in PartitionIdThunk()
Dmemset_thunk.h35 explicit MemzeroThunk(ThunkInfo thunk_info, in MemzeroThunk()
49 explicit Memset32BitValueThunk(ThunkInfo thunk_info, uint32 value, in Memset32BitValueThunk()
Dcopy_thunk.cc25 ThunkInfo thunk_info, const void* source_address, in HostToDeviceCopyThunk()
42 ThunkInfo thunk_info, const BufferAllocation::Slice& source_buffer, in DeviceToDeviceCopyThunk()
Dcudnn_batchnorm_thunk.cc35 ThunkInfo thunk_info, CudnnBatchNormConfig config, in CudnnBatchNormForwardInferenceThunk()
74 ThunkInfo thunk_info, CudnnBatchNormConfig config, in CudnnBatchNormForwardTrainingThunk()
118 ThunkInfo thunk_info, CudnnBatchNormConfig config, in CudnnBatchNormBackwardThunk()
Dfor_thunk.cc26 ForThunk::ForThunk(ThunkInfo thunk_info, const int64 loop_limit, in ForThunk()
Dcustom_call_thunk.cc30 CustomCallThunk::CustomCallThunk(ThunkInfo thunk_info, void* call_target, in CustomCallThunk()
Dsequential_thunk.cc27 SequentialThunk::SequentialThunk(ThunkInfo thunk_info, in SequentialThunk()
Dconvolution_thunk.cc34 ThunkInfo thunk_info, GpuConvConfig config, in ConvolutionThunk()
Dinfeed_thunk.cc29 InfeedThunk::InfeedThunk(ThunkInfo thunk_info, in InfeedThunk()
Dwhile_thunk.cc27 ThunkInfo thunk_info, in WhileThunk()
Dcholesky_thunk.cc34 CholeskyThunk::CholeskyThunk(ThunkInfo thunk_info, in CholeskyThunk()
Doutfeed_thunk.cc28 OutfeedThunk::OutfeedThunk(ThunkInfo thunk_info, in OutfeedThunk()
Dconditional_thunk.cc48 ThunkInfo thunk_info, ConditionalThunkConfig config, in ConditionalThunk()
Dtriangular_solve_thunk.cc35 ThunkInfo thunk_info, const TriangularSolveOptions& options, in TriangularSolveThunk()
Dnccl_all_gather_thunk.cc62 ThunkInfo thunk_info, mlir::lmhlo::AllGatherOp op, int64 replica_count, in NcclAllGatherThunk()
Dkernel_thunk.cc36 KernelThunk::KernelThunk(ThunkInfo thunk_info, in KernelThunk()
Dnccl_all_to_all_thunk.cc54 ThunkInfo thunk_info, mlir::lmhlo::AllToAllOp op, int64 replica_count, in NcclAllToAllThunk()
Dnccl_all_reduce_thunk.cc111 ThunkInfo thunk_info, mlir::lmhlo::AllReduceOp op, int64 replica_count, in NcclAllReduceThunk()
Dfft_thunk.cc101 FftThunk::FftThunk(ThunkInfo thunk_info, FftType fft_type, in FftThunk()
Dthunk.h82 explicit Thunk(Kind kind, ThunkInfo thunk_info) in Thunk() argument
Dcollective_permute_thunk.cc222 ThunkInfo thunk_info, in CollectivePermuteThunk()
Dir_emitter_unnested.h62 Thunk::ThunkInfo thunk_info; member
Dgemm_thunk.cc46 GemmThunk::GemmThunk(ThunkInfo thunk_info, GpuGemmConfig config, in GemmThunk()
Dir_emitter_unnested.cc3342 absl::string_view name, Thunk::ThunkInfo thunk_info, in BuildKernelThunkFromBufferSlices()
3484 absl::string_view name, Thunk::ThunkInfo thunk_info, in BuildKernelThunkForMlirImpl()
3515 mlir::Operation* op, mlir::ValueRange operands, Thunk::ThunkInfo thunk_info, in BuildKernelThunkForMlir()
3537 mlir::Operation* op, Thunk::ThunkInfo thunk_info, in BuildKernelThunkForMlir()