Home
last modified time | relevance | path

Searched full:schedule (Results 1 – 25 of 1378) sorted by relevance

12345678910>>...56

/external/bcc/tools/
Doffcputime_example.txt18 schedule
34 schedule
42 schedule
57 schedule
80 schedule
96 schedule
106 schedule
114 schedule
129 schedule
144 schedule
[all …]
Doffwaketime_example.txt38 ffffffff81785085 schedule
75 ffffffff81785085 schedule
97 ffffffff81785085 schedule
125 ffffffff81785085 schedule
150 ffffffff81785085 schedule
196 svscan;retint_user;prepare_exit_to_usermode;exit_to_usermode_loop;schedule;-;hrtimer_wakeup;__hrtim…
201 sshd;retint_user;prepare_exit_to_usermode;exit_to_usermode_loop;schedule;-; 24
210 chmod;int_ret_from_sys_call;syscall_return_slowpath;exit_to_usermode_loop;schedule;-; 39
217 readproctitle;int_ret_from_sys_call;syscall_return_slowpath;exit_to_usermode_loop;schedule;-; 51
218 mkdir;int_ret_from_sys_call;syscall_return_slowpath;exit_to_usermode_loop;schedule;-; 53
[all …]
/external/clang/test/OpenMP/
Dfor_schedule_messages.cpp14 #pragma omp for schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
16schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain()
18schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain()
20 …#pragma omp for schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '(… in tmain()
22schedule (monotonic // expected-error {{expected ')'}} expected-error {{expected 'static', 'dynami… in tmain()
24schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain()
26schedule (nonmonotonic, // expected-error {{expected ')'}} expected-error {{expected 'simd' in Ope… in tmain()
28schedule (simd: // expected-error {{expected ')'}} expected-error {{expected 'static', 'dynamic', … in tmain()
30schedule (monotonic, auto // expected-error {{expected ')'}} expected-warning {{missing ':' after in tmain()
32schedule (nonmonotonic: auto, // expected-error {{expected ')'}} expected-error {{'nonmonotonic' m… in tmain()
[all …]
Dtarget_parallel_for_simd_schedule_messages.cpp14 #pragma omp target parallel for simd schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
16schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain()
18schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain()
20 …#pragma omp target parallel for simd schedule (auto // expected-error {{expected ')'}} expected-no… in tmain()
22schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain()
24 …#pragma omp target parallel for simd schedule (auto, // expected-error {{expected ')'}} expected-… in tmain()
26 …#pragma omp target parallel for simd schedule (runtime, 3) // expected-error {{expected ')'}} exp… in tmain()
29 #pragma omp target parallel for simd schedule (guided argc in tmain()
31 // expected-error@+1 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain()
32 …#pragma omp target parallel for simd schedule (static, ST // expected-error {{expected ')'}} expec… in tmain()
[all …]
Dfor_simd_schedule_messages.cpp14 #pragma omp for simd schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
16schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain()
18schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain()
20 …#pragma omp for simd schedule (auto // expected-error {{expected ')'}} expected-note {{to match th… in tmain()
22schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain()
24 …#pragma omp for simd schedule (auto, // expected-error {{expected ')'}} expected-note {{to match … in tmain()
26 …#pragma omp for simd schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to … in tmain()
29 #pragma omp for simd schedule (guided argc in tmain()
31 // expected-error@+1 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain()
32 …#pragma omp for simd schedule (static, ST // expected-error {{expected ')'}} expected-note {{to ma… in tmain()
[all …]
Dparallel_for_schedule_messages.cpp14 #pragma omp parallel for schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
16schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain()
18schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain()
20 …#pragma omp parallel for schedule (auto // expected-error {{expected ')'}} expected-note {{to matc… in tmain()
22schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain()
24 …#pragma omp parallel for schedule (auto, // expected-error {{expected ')'}} expected-note {{to ma… in tmain()
26 …#pragma omp parallel for schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {… in tmain()
29 #pragma omp parallel for schedule (guided argc in tmain()
31 // expected-error@+1 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain()
32 …#pragma omp parallel for schedule (static, ST // expected-error {{expected ')'}} expected-note {{t… in tmain()
[all …]
Dtarget_parallel_for_schedule_messages.cpp14 #pragma omp target parallel for schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
16schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain()
18schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain()
20 …#pragma omp target parallel for schedule (auto // expected-error {{expected ')'}} expected-note {{… in tmain()
22schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain()
24 …#pragma omp target parallel for schedule (auto, // expected-error {{expected ')'}} expected-note … in tmain()
26 …#pragma omp target parallel for schedule (runtime, 3) // expected-error {{expected ')'}} expected… in tmain()
29 #pragma omp target parallel for schedule (guided argc in tmain()
31 // expected-error@+1 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain()
32 …#pragma omp target parallel for schedule (static, ST // expected-error {{expected ')'}} expected-n… in tmain()
[all …]
Dparallel_for_simd_schedule_messages.cpp14 #pragma omp parallel for simd schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
16schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain()
18schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain()
20 …#pragma omp parallel for simd schedule (auto // expected-error {{expected ')'}} expected-note {{to… in tmain()
22schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain()
24 …#pragma omp parallel for simd schedule (auto, // expected-error {{expected ')'}} expected-note {{… in tmain()
26 …#pragma omp parallel for simd schedule (runtime, 3) // expected-error {{expected ')'}} expected-n… in tmain()
29 #pragma omp parallel for simd schedule (guided argc in tmain()
31 // expected-error@+1 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain()
32 …#pragma omp parallel for simd schedule (static, ST // expected-error {{expected ')'}} expected-not… in tmain()
[all …]
Dschedule_codegen.cpp17 #pragma omp for schedule(static) in main()
22 #pragma omp for simd schedule(static) in main()
27 #pragma omp for schedule(static, 2) in main()
32 #pragma omp for simd schedule(static, 2) in main()
36 #pragma omp for schedule(auto) in main()
40 #pragma omp for simd schedule(auto) in main()
44 #pragma omp for schedule(runtime) in main()
48 #pragma omp for simd schedule(runtime) in main()
52 #pragma omp for schedule(guided) in main()
56 #pragma omp for simd schedule(guided) in main()
[all …]
Ddistribute_parallel_for_schedule_messages.cpp16 #pragma omp distribute parallel for schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
20schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain()
24schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain()
28 #pragma omp distribute parallel for schedule (auto // expected-error {{expected ')'}} expected-note… in tmain()
32schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain()
36 #pragma omp distribute parallel for schedule (auto, // expected-error {{expected ')'}} expected-no… in tmain()
40 #pragma omp distribute parallel for schedule (runtime, 3) // expected-error {{expected ')'}} expec… in tmain()
45 #pragma omp distribute parallel for schedule (guided argc in tmain()
47 // expected-error@+3 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain()
50 #pragma omp distribute parallel for schedule (static, ST // expected-error {{expected ')'}} expecte… in tmain()
[all …]
Ddistribute_parallel_for_simd_schedule_messages.cpp16 #pragma omp distribute parallel for simd schedule // expected-error {{expected '(' after 'schedule'… in tmain()
20schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain()
24schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain()
28 #pragma omp distribute parallel for simd schedule (auto // expected-error {{expected ')'}} expected… in tmain()
32schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain()
36 #pragma omp distribute parallel for simd schedule (auto, // expected-error {{expected ')'}} expect… in tmain()
40 #pragma omp distribute parallel for simd schedule (runtime, 3) // expected-error {{expected ')'}} … in tmain()
45 #pragma omp distribute parallel for simd schedule (guided argc in tmain()
47 // expected-error@+3 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain()
50 #pragma omp distribute parallel for simd schedule (static, ST // expected-error {{expected ')'}} ex… in tmain()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr34080.ll3 … -mtriple=x86_64-apple-darwin -mattr=+sse2 -mcpu=x86-64 | FileCheck %s --check-prefix=SSE2-SCHEDULE
49 ; SSE2-SCHEDULE-LABEL: _Z1fe:
50 ; SSE2-SCHEDULE: ## %bb.0: ## %entry
51 ; SSE2-SCHEDULE-NEXT: pushq %rbp
52 ; SSE2-SCHEDULE-NEXT: .cfi_def_cfa_offset 16
53 ; SSE2-SCHEDULE-NEXT: .cfi_offset %rbp, -16
54 ; SSE2-SCHEDULE-NEXT: movq %rsp, %rbp
55 ; SSE2-SCHEDULE-NEXT: .cfi_def_cfa_register %rbp
56 ; SSE2-SCHEDULE-NEXT: fnstcw -4(%rbp)
57 ; SSE2-SCHEDULE-NEXT: movzwl -4(%rbp), %eax
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_schedule_test.cc41 // Updating the schedule of an unchanged HLO module should not affect the in TEST_F()
42 // schedule at all. in TEST_F()
58 HloSchedule schedule, in TEST_F()
63 schedule.sequence(module->entry_computation()).instructions(); in TEST_F()
67 TF_ASSERT_OK(schedule.Update()); in TEST_F()
68 TF_ASSERT_OK(schedule.Verify()); in TEST_F()
71 schedule.sequence(module->entry_computation()).instructions()); in TEST_F()
75 // Add some additional instructions to a module and verify the schedule can be in TEST_F()
92 HloSchedule schedule, in TEST_F()
106 return absl::c_linear_search(schedule.sequence(entry).instructions(), hlo); in TEST_F()
[all …]
Dhlo_schedule.h78 // A class representing a sequential schedule of instructions for an HLO
79 // module. A complete HLO schedule contains an instruction sequence for every
106 // map contains all sequences in the schedule.
111 // Returns true if the schedule has a sequence for the given computation.
116 // Updates the schedule such that it is (again) a valid schedule for the
117 // module. This is used to update a schedule after the HLO module has been
119 // for which a schedule can be updated is the addition or removal of
120 // instructions and removal of computations. Updating the schedule after new
124 // Instructions in the module which also exist in the given schedule will
125 // remain in the same order in the updated schedule. Instructions which exist
[all …]
Dhlo_schedule.cc40 HloSchedule schedule(module); in CreateFromProto() local
55 schedule.GetOrCreateSequence(computation); in CreateFromProto()
64 TF_RETURN_IF_ERROR(schedule.Verify()); in CreateFromProto()
65 return std::move(schedule); in CreateFromProto()
121 // Set of all HloInstructions in the schedule. in UpdateComputationSchedule()
128 // computation, but not in schedule) which use X. If an instruction is not in in UpdateComputationSchedule()
135 // then the instruction may be placed in the schedule. in UpdateComputationSchedule()
139 // to the schedule. Initialize worklist with those that have zero operands. in UpdateComputationSchedule()
144 // This is a newly added instruction which is not in the schedule. in UpdateComputationSchedule()
156 // Update the schedule with the newly added instructions, and remove any in UpdateComputationSchedule()
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DKeepAliveManagerTest.java71 // Transport becomes active. We should schedule keepalive pings. in sendKeepAlivePings()
75 verify(scheduler, times(1)).schedule(sendPingCaptor.capture(), delayCaptor.capture(), in sendKeepAlivePings()
83 .when(scheduler).schedule(isA(Runnable.class), isA(Long.class), isA(TimeUnit.class)); in sendKeepAlivePings()
88 verify(scheduler, times(2)).schedule(isA(Runnable.class), delayCaptor.capture(), in sendKeepAlivePings()
97 verify(scheduler, times(3)).schedule(isA(Runnable.class), delayCaptor.capture(), in sendKeepAlivePings()
110 .when(scheduler).schedule(isA(Runnable.class), isA(Long.class), isA(TimeUnit.class)); in keepAlivePingDelayedByIncomingData()
112 // Transport becomes active. We should schedule keepalive pings. in keepAlivePingDelayedByIncomingData()
115 verify(scheduler, times(1)).schedule(sendPingCaptor.capture(), isA(Long.class), in keepAlivePingDelayedByIncomingData()
129 verify(scheduler, times(2)).schedule(isA(Runnable.class), delayCaptor.capture(), in keepAlivePingDelayedByIncomingData()
169 // Transport becomes active. We should schedule keepalive pings. in onTransportTerminationCancelsShutdownFuture()
[all …]
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dlearn_runner.py34 def _execute_schedule(experiment, schedule): argument
35 """Execute the method named `schedule` of `experiment`."""
36 if not hasattr(experiment, schedule):
37 logging.error('Schedule references non-existent task %s', schedule)
42 raise ValueError('Schedule references non-existent task %s' % schedule)
44 task = getattr(experiment, schedule)
46 logging.error('Schedule references non-callable member %s', schedule)
51 raise TypeError('Schedule references non-callable member %s' % schedule)
109 def run(experiment_fn, output_dir=None, schedule=None, run_config=None, argument
114 function named as `schedule` of the Experiment.
[all …]
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_profiler.tc44 echo "Now filter on just schedule"
45 echo '*schedule' > set_ftrace_filter
53 # make sure only schedule functions exist
55 echo "testing if only schedule is being traced"
56 if grep -v -e '^#' -e 'schedule' trace; then
57 fail "more than schedule was found"
60 echo "Make sure schedule was traced"
61 if ! grep -e 'schedule' trace > /dev/null; then
63 fail "can not find schedule in trace"
72 if ! grep -v -e '^#' -e 'schedule' trace > /dev/null; then
[all …]
Dfunc-filter-glob.tc24 ftrace_filter_check '*schedule' '^.*schedule$'
27 ftrace_filter_check '*schedule*' '^.*schedule.*$'
30 ftrace_filter_check 'schedule*' '^schedule.*$'
48 # filter by ?, schedule is always good
52 fail "can not enable schedule filter"
54 cat set_ftrace_filter | grep '^.schedule$'
56 cat set_ftrace_filter | grep '^schedule$'
Dfgraph-filter-stack.tc33 # filter something, schedule is always good
34 if ! echo "schedule" > set_ftrace_filter; then
36 if ! echo ".schedule" > set_ftrace_filter; then
37 fail "can not enable schedule filter"
58 count=`cat trace | grep '()' | grep -v schedule | wc -l`
65 count=`cat trace | grep 'schedule()' | wc -l`
67 fail "No schedule traces found?"
75 count=`cat trace | grep '()' | grep -v schedule | wc -l`
81 count=`cat trace | grep 'schedule()' | wc -l`
83 fail "No schedule traces found?"
Dfgraph-filter.tc20 # filter something, schedule is always good
21 if ! echo "schedule" > set_ftrace_filter; then
23 if ! echo ".schedule" > set_ftrace_filter; then
24 fail "can not enable schedule filter"
32 # that only the schedule function was found
33 count=`cat trace | grep '()' | grep -v schedule | wc -l`
39 count=`cat trace | grep 'schedule()' | wc -l`
41 fail "No schedule traces found?"
/external/v8/src/compiler/
Draw-machine-assembler.cc23 schedule_(new (zone()) Schedule(zone())), in RawMachineAssembler()
29 current_block_(schedule()->start()), in RawMachineAssembler()
60 Schedule* RawMachineAssembler::Export() { in Export()
64 PrintF("--- RAW SCHEDULE -------------------------------------------\n"); in Export()
71 PrintF("--- EDGE SPLIT AND PROPAGATED DEFERRED SCHEDULE ------------\n"); in Export()
75 Schedule* schedule = schedule_; in Export() local
77 return schedule; in Export()
92 DCHECK(current_block_ != schedule()->end()); in Goto()
93 schedule()->AddGoto(CurrentBlock(), Use(label)); in Goto()
100 DCHECK(current_block_ != schedule()->end()); in Branch()
[all …]
Dscheduler.h11 #include "src/compiler/schedule.h"
27 // Computes a schedule from a graph, placing nodes into basic blocks and
35 // The complete scheduling algorithm. Creates a new schedule and places all
37 static Schedule* ComputeSchedule(Zone* temp_zone, Graph* graph, Flags flags);
39 // Compute the RPO of blocks in an existing schedule.
40 static BasicBlockVector* ComputeSpecialRPO(Zone* zone, Schedule* schedule);
71 Schedule* schedule_;
82 Scheduler(Zone* zone, Graph* graph, Schedule* schedule, Flags flags,
112 // Phase 4: Schedule nodes early.
116 // Phase 5: Schedule nodes late.
[all …]
Dschedule.cc5 #include "src/compiler/schedule.h"
150 Schedule::Schedule(Zone* zone, size_t node_count_hint) in Schedule() function in v8::internal::compiler::Schedule
161 BasicBlock* Schedule::block(Node* node) const { in block()
169 bool Schedule::IsScheduled(Node* node) { in IsScheduled()
175 BasicBlock* Schedule::GetBlockById(BasicBlock::Id block_id) { in GetBlockById()
181 bool Schedule::SameBasicBlock(Node* a, Node* b) const { in SameBasicBlock()
187 BasicBlock* Schedule::NewBasicBlock() { in NewBasicBlock()
195 void Schedule::PlanNode(BasicBlock* block, Node* node) { in PlanNode()
206 void Schedule::AddNode(BasicBlock* block, Node* node) { in AddNode()
217 void Schedule::AddGoto(BasicBlock* block, BasicBlock* succ) { in AddGoto()
[all …]
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dlearning_rate_schedule.py35 """A serializable learning rate decay schedule.
45 raise NotImplementedError("Learning rate schedule must override __call__")
49 raise NotImplementedError("Learning rate schedule must override get_config")
66 """A LearningRateSchedule that uses an exponential decay schedule."""
78 the training progresses. This schedule applies an exponential decay function
81 The schedule a 1-arg callable that produces a decayed learning
95 You can pass this schedule directly into a `tf.keras.optimizers.Optimizer`
115 The learning rate schedule is also serializable and deserializable using
132 A 1-arg callable learning rate schedule that takes the current optimizer
173 """A LearningRateSchedule that uses a piecewise constant decay schedule."""
[all …]

12345678910>>...56