Home
last modified time | relevance | path

Searched defs:Schedule (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/staticinit/
Dsched.go38 type Schedule struct { struct
41 Out []ir.Node
43 Plans map[ir.Node]*Plan
44 Temps map[ir.Node]*ir.Name
49 seenMutation bool
52 func (s *Schedule) append(n ir.Node) {
57 func (s *Schedule) StaticInit(n ir.Node) {
100 func (s *Schedule) tryStaticInit(n ir.Node) bool {
157 func (s *Schedule) staticcopy(l *ir.Name, loff int64, rn *ir.Name, typ *types.Type) bool {
281 func (s *Schedule) StaticAssign(l *ir.Name, loff int64, r ir.Node, typ *types.Type) bool {
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DRowwiseScaledMM.cu101 struct Schedule</*PingPong=*/false, /*FastAccum=*/false> { struct
102 using type = cutlass::gemm::KernelTmaWarpSpecialized;
106 struct Schedule</*PingPong=*/true, /*FastAccum=*/false> { struct
107 using type = cutlass::gemm::KernelTmaWarpSpecializedPingpong;
111 struct Schedule</*PingPong=*/false, /*FastAccum=*/true> { struct
112 using type = cutlass::gemm::KernelTmaWarpSpecializedFP8FastAccum;
116 struct Schedule</*PingPong=*/true, /*FastAccum=*/true> { struct
117 using type = cutlass::gemm::KernelTmaWarpSpecializedPingpongFP8FastAccum;
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dlist.rs94 ) -> (JoinHandle<T::Output>, Option<Notified<S>>) in bind()
114 ) -> (JoinHandle<T::Output>, Option<Notified<S>>) in bind_local()
126 unsafe fn bind_inner(&self, task: Task<S>, notified: Notified<S>) -> Option<Notified<S>> in bind_inner()
168 S: Schedule, in close_and_shutdown_all()
261 ) -> (JoinHandle<T::Output>, Option<Notified<S>>) in bind()
291 S: Schedule, in close_and_shutdown_all()
/aosp_15_r20/external/swiftshader/third_party/marl/src/
H A Dscheduler_bench.cpp21 BENCHMARK_DEFINE_F(Schedule, Empty)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
32 BENCHMARK_DEFINE_F(Schedule, SomeWork) in BENCHMARK_DEFINE_F() argument
51 BENCHMARK_DEFINE_F(Schedule, MultipleForkAndJoin)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
80 BENCHMARK_DEFINE_F(Schedule, SomeWorkWorkerAffinityOneOf) in BENCHMARK_DEFINE_F() argument
H A Devent_bench.cpp22 BENCHMARK_DEFINE_F(Schedule, Event)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
43 BENCHMARK_DEFINE_F(Schedule, EventBaton)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
H A Dwaitgroup_bench.cpp19 BENCHMARK_DEFINE_F(Schedule, WaitGroup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
H A Dticket_bench.cpp24 BENCHMARK_DEFINE_F(Schedule, Ticket)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/aosp_15_r20/art/compiler/optimizing/
H A Dscheduler.cc530 void HScheduler::Schedule(HGraph* graph) { in Schedule() function in art::HScheduler
548 void HScheduler::Schedule(HBasicBlock* block, in Schedule() function in art::HScheduler
597 void HScheduler::Schedule(SchedulingNode* scheduling_node, in Schedule() function in art::HScheduler
633 void HScheduler::Schedule(HInstruction* instruction) { in Schedule() function in art::HScheduler
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp886 SMSchedule Schedule(Pass.MF); in schedule() local
2113 bool SwingSchedulerDAG::schedulePipeline(SMSchedule &Schedule) { in schedulePipeline()
2207 void SwingSchedulerDAG::generatePipelinedLoop(SMSchedule &Schedule) { in generatePipelinedLoop()
2287 void SwingSchedulerDAG::generateProlog(SMSchedule &Schedule, unsigned LastStage, in generateProlog()
2349 void SwingSchedulerDAG::generateEpilog(SMSchedule &Schedule, unsigned LastStage, in generateEpilog()
2473 MachineBasicBlock *KernelBB, SMSchedule &Schedule, ValueMapTy *VRMap, in generateExistingPhis()
2713 MachineBasicBlock *KernelBB, SMSchedule &Schedule, ValueMapTy *VRMap, in generatePhis()
2889 SMSchedule &Schedule) { in splitLifetimes()
2956 SMSchedule &Schedule, ValueMapTy *VRMap) { in addBranches()
3104 SMSchedule &Schedule) { in cloneAndChangeInstr()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dwork_serializer.cc175 void WorkSerializer::LegacyWorkSerializer::Schedule( in Schedule() function in grpc_core::WorkSerializer::LegacyWorkSerializer
307 void Schedule(std::function<void()> callback, in Schedule() function in grpc_core::WorkSerializer::DispatchingWorkSerializer
545 void WorkSerializer::Schedule(std::function<void()> callback, in Schedule() function in grpc_core::WorkSerializer
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dasync_runtime.h221 void Schedule(Task task) override { EnqueueWork(host_, std::move(task)); } in Schedule() function
233 void Schedule(Task task) override { thread_pool_->Schedule(std::move(task)); } in Schedule() function
/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
H A DSchedule.java30 public final class Schedule extends com.google.protobuf.GeneratedMessageV3 class
36 private Schedule(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Schedule() method in Schedule
40 private Schedule() {} in Schedule() method in Schedule
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dscheduler.cc57 void Schedule(std::function<void()> task) override { in Schedule() function in fcp::__anona80fa5e90111::WorkerImpl
127 void Schedule(std::function<void()> task) override { in Schedule() function in fcp::__anona80fa5e90111::ThreadPoolScheduler
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dwork_serializer.cc123 void WorkSerializer::WorkSerializerImpl::Schedule( in Schedule() function in grpc_core::WorkSerializer::WorkSerializerImpl
240 void WorkSerializer::Schedule(std::function<void()> callback, in Schedule() function in grpc_core::WorkSerializer
/aosp_15_r20/external/federated-compute/fcp/secagg/server/
H A Dsecagg_scheduler.h126 void Schedule(std::function<std::unique_ptr<T>()> generator, in Schedule() function
143 void Schedule(std::function<std::unique_ptr<T>()> generator) { in Schedule() function
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/src/
Drunnable.rs98 pub trait Schedule<M = ()>: sealed::Sealed<M> { trait
651 S: Schedule, in spawn_unchecked()
/aosp_15_r20/external/google-cloud-java/java-game-servers/proto-google-cloud-game-servers-v1/src/main/java/com/google/cloud/gaming/v1/
H A DSchedule.java38 public final class Schedule extends com.google.protobuf.GeneratedMessageV3 class
44 private Schedule(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Schedule() method in Schedule
48 private Schedule() { in Schedule() method in Schedule
/aosp_15_r20/external/google-cloud-java/java-game-servers/proto-google-cloud-game-servers-v1beta/src/main/java/com/google/cloud/gaming/v1beta/
H A DSchedule.java38 public final class Schedule extends com.google.protobuf.GeneratedMessageV3 class
44 private Schedule(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Schedule() method in Schedule
48 private Schedule() { in Schedule() method in Schedule
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h162 ModuloSchedule &Schedule; variable
274 ModuloSchedule &Schedule; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dshared_batch_scheduler.h794 Status Queue<TaskType>::Schedule(std::unique_ptr<TaskType>* task) { in Schedule() function
1206 Status QueueHandle<TaskType>::Schedule(std::unique_ptr<TaskType>* task) { in Schedule() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp336 ScheduleRef Schedule, in setBestSchedule()
351 void GCNIterativeScheduler::scheduleRegion(Region &R, Range &&Schedule, in scheduleRegion()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp357 ScheduleRef Schedule, in setBestSchedule()
372 void GCNIterativeScheduler::scheduleRegion(Region &R, Range &&Schedule, in scheduleRegion()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp117 void ScheduleDAGFast::Schedule() { in Schedule() function in ScheduleDAGFast
715 void ScheduleDAGLinearize::Schedule() { in Schedule() function in ScheduleDAGLinearize
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp113 void ScheduleDAGFast::Schedule() { in Schedule() function in ScheduleDAGFast
730 void ScheduleDAGLinearize::Schedule() { in Schedule() function in ScheduleDAGLinearize
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dactor.cc21 void Actor::Schedule(QuicTime next_tick) { in Schedule() function in quic::simulator::Actor

12345678910>>...20