Home
last modified time | relevance | path

Searched refs:thread_limit (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm-project/clang/test/OpenMP/
Dtarget_teams_thread_limit_messages.cpp18 #pragma omp target teams thread_limit(C) in tmain()
20 #pragma omp target teams thread_limit(T) // expected-error {{'T' does not refer to a value}} in tmain()
22 #pragma omp target teams thread_limit // expected-error {{expected '(' after 'thread_limit'}} in tmain()
24 #pragma omp target teams thread_limit( // expected-error {{expected expression}} expected-error {{e… in tmain()
26 #pragma omp target teams thread_limit() // expected-error {{expected expression}} in tmain()
28 #pragma omp target teams thread_limit(argc // expected-error {{expected ')'}} expected-note {{to ma… in tmain()
30 #pragma omp target teams thread_limit(argc)) // expected-warning {{extra tokens at the end of '#pra… in tmain()
32 #pragma omp target teams thread_limit(argc > 0 ? a[1] : a[2]) // expected-error {{expression must h… in tmain()
34 #pragma omp target teams thread_limit(argc + argc + z) in tmain()
36 #pragma omp target teams thread_limit(argc), thread_limit (argc+1) // expected-error {{directive '#… in tmain()
[all …]
Dteams_thread_limit_messages.cpp19 #pragma omp teams thread_limit(C) in tmain()
22 #pragma omp teams thread_limit(T) // expected-error {{'T' does not refer to a value}} in tmain()
25 #pragma omp teams thread_limit // expected-error {{expected '(' after 'thread_limit'}} in tmain()
28 #pragma omp teams thread_limit( // expected-error {{expected expression}} expected-error {{expected… in tmain()
31 #pragma omp teams thread_limit() // expected-error {{expected expression}} in tmain()
34 #pragma omp teams thread_limit(argc // expected-error {{expected ')'}} expected-note {{to match thi… in tmain()
37 #pragma omp teams thread_limit(argc)) // expected-warning {{extra tokens at the end of '#pragma omp… in tmain()
40 #pragma omp teams thread_limit(argc > 0 ? a[1] : a[2]) // expected-error {{expression must have int… in tmain()
43 #pragma omp teams thread_limit(argc + argc + z) in tmain()
46 #pragma omp teams thread_limit(argc), thread_limit (argc+1) // expected-error {{directive '#pragma … in tmain()
[all …]
Dtarget_teams_distribute_parallel_for_thread_limit_messages.cpp18 #pragma omp target teams distribute parallel for thread_limit(C) in tmain()
21 #pragma omp target teams distribute parallel for thread_limit(T) // expected-error {{'T' does not r… in tmain()
24 #pragma omp target teams distribute parallel for thread_limit // expected-error {{expected '(' afte… in tmain()
27 #pragma omp target teams distribute parallel for thread_limit( // expected-error {{expected express… in tmain()
30 #pragma omp target teams distribute parallel for thread_limit() // expected-error {{expected expres… in tmain()
33 #pragma omp target teams distribute parallel for thread_limit(argc // expected-error {{expected ')'… in tmain()
36 #pragma omp target teams distribute parallel for thread_limit(argc)) // expected-warning {{extra to… in tmain()
39 #pragma omp target teams distribute parallel for thread_limit(argc > 0 ? a[1] : a[2]) // expected-e… in tmain()
42 #pragma omp target teams distribute parallel for thread_limit(argc + argc + z) in tmain()
45 #pragma omp target teams distribute parallel for thread_limit(argc), thread_limit (argc+1) // expec… in tmain()
[all …]
Dtarget_teams_distribute_simd_thread_limit_messages.cpp18 #pragma omp target teams distribute simd thread_limit(C) in tmain()
20 #pragma omp target teams distribute simd thread_limit(T) // expected-error {{'T' does not refer to … in tmain()
22 #pragma omp target teams distribute simd thread_limit // expected-error {{expected '(' after 'threa… in tmain()
24 #pragma omp target teams distribute simd thread_limit( // expected-error {{expected expression}} ex… in tmain()
26 #pragma omp target teams distribute simd thread_limit() // expected-error {{expected expression}} in tmain()
28 #pragma omp target teams distribute simd thread_limit(argc // expected-error {{expected ')'}} expec… in tmain()
30 #pragma omp target teams distribute simd thread_limit(argc)) // expected-warning {{extra tokens at … in tmain()
32 #pragma omp target teams distribute simd thread_limit(argc > 0 ? a[1] : a[2]) // expected-error {{e… in tmain()
34 #pragma omp target teams distribute simd thread_limit(argc + argc + z) in tmain()
36 #pragma omp target teams distribute simd thread_limit(argc), thread_limit (argc+1) // expected-erro… in tmain()
[all …]
Dteams_distribute_thread_limit_messages.cpp19 #pragma omp teams distribute thread_limit(C) in tmain()
22 #pragma omp teams distribute thread_limit(T) // expected-error {{'T' does not refer to a value}} in tmain()
25 #pragma omp teams distribute thread_limit // expected-error {{expected '(' after 'thread_limit'}} in tmain()
28 #pragma omp teams distribute thread_limit( // expected-error {{expected expression}} expected-error… in tmain()
31 #pragma omp teams distribute thread_limit() // expected-error {{expected expression}} in tmain()
34 #pragma omp teams distribute thread_limit(argc // expected-error {{expected ')'}} expected-note {{t… in tmain()
37 #pragma omp teams distribute thread_limit(argc)) // expected-warning {{extra tokens at the end of '… in tmain()
40 #pragma omp teams distribute thread_limit(argc > 0 ? a[1] : a[2]) // expected-error {{expression mu… in tmain()
43 #pragma omp teams distribute thread_limit(argc + argc + z) in tmain()
46 #pragma omp teams distribute thread_limit(argc), thread_limit (argc+1) // expected-error {{directiv… in tmain()
[all …]
Dtarget_teams_distribute_parallel_for_simd_thread_limit_messages.cpp18 #pragma omp target teams distribute parallel for simd thread_limit(C) in tmain()
20 #pragma omp target teams distribute parallel for simd thread_limit(T) // expected-error {{'T' does … in tmain()
22 #pragma omp target teams distribute parallel for simd thread_limit // expected-error {{expected '('… in tmain()
24 #pragma omp target teams distribute parallel for simd thread_limit( // expected-error {{expected ex… in tmain()
26 #pragma omp target teams distribute parallel for simd thread_limit() // expected-error {{expected e… in tmain()
28 #pragma omp target teams distribute parallel for simd thread_limit(argc // expected-error {{expecte… in tmain()
30 #pragma omp target teams distribute parallel for simd thread_limit(argc)) // expected-warning {{ext… in tmain()
32 #pragma omp target teams distribute parallel for simd thread_limit(argc > 0 ? a[1] : a[2]) // expec… in tmain()
34 #pragma omp target teams distribute parallel for simd thread_limit(argc + argc + z) in tmain()
36 #pragma omp target teams distribute parallel for simd thread_limit(argc), thread_limit (argc+1) // … in tmain()
[all …]
Dteams_distribute_parallel_for_thread_limit_messages.cpp19 #pragma omp teams distribute parallel for thread_limit(C) in tmain()
22 #pragma omp teams distribute parallel for thread_limit(T) // expected-error {{'T' does not refer to… in tmain()
25 #pragma omp teams distribute parallel for thread_limit // expected-error {{expected '(' after 'thre… in tmain()
28 #pragma omp teams distribute parallel for thread_limit( // expected-error {{expected expression}} e… in tmain()
31 #pragma omp teams distribute parallel for thread_limit() // expected-error {{expected expression}} in tmain()
34 #pragma omp teams distribute parallel for thread_limit(argc // expected-error {{expected ')'}} expe… in tmain()
37 #pragma omp teams distribute parallel for thread_limit(argc)) // expected-warning {{extra tokens at… in tmain()
40 #pragma omp teams distribute parallel for thread_limit(argc > 0 ? a[1] : a[2]) // expected-error {{… in tmain()
43 #pragma omp teams distribute parallel for thread_limit(argc + argc + z) in tmain()
46 #pragma omp teams distribute parallel for thread_limit(argc), thread_limit (argc+1) // expected-err… in tmain()
[all …]
Dteams_distribute_simd_thread_limit_messages.cpp19 #pragma omp teams distribute simd thread_limit(C) in tmain()
22 #pragma omp teams distribute simd thread_limit(T) // expected-error {{'T' does not refer to a value… in tmain()
25 #pragma omp teams distribute simd thread_limit // expected-error {{expected '(' after 'thread_limit… in tmain()
28 #pragma omp teams distribute simd thread_limit( // expected-error {{expected expression}} expected-… in tmain()
31 #pragma omp teams distribute simd thread_limit() // expected-error {{expected expression}} in tmain()
34 #pragma omp teams distribute simd thread_limit(argc // expected-error {{expected ')'}} expected-not… in tmain()
37 #pragma omp teams distribute simd thread_limit(argc)) // expected-warning {{extra tokens at the end… in tmain()
40 #pragma omp teams distribute simd thread_limit(argc > 0 ? a[1] : a[2]) // expected-error {{expressi… in tmain()
43 #pragma omp teams distribute simd thread_limit(argc + argc + z) in tmain()
46 #pragma omp teams distribute simd thread_limit(argc), thread_limit (argc+1) // expected-error {{dir… in tmain()
[all …]
Dteams_distribute_parallel_for_simd_thread_limit_messages.cpp19 #pragma omp teams distribute parallel for simd thread_limit(C) in tmain()
22 #pragma omp teams distribute parallel for simd thread_limit(T) // expected-error {{'T' does not ref… in tmain()
25 #pragma omp teams distribute parallel for simd thread_limit // expected-error {{expected '(' after … in tmain()
28 #pragma omp teams distribute parallel for simd thread_limit( // expected-error {{expected expressio… in tmain()
31 #pragma omp teams distribute parallel for simd thread_limit() // expected-error {{expected expressi… in tmain()
34 #pragma omp teams distribute parallel for simd thread_limit(argc // expected-error {{expected ')'}}… in tmain()
37 #pragma omp teams distribute parallel for simd thread_limit(argc)) // expected-warning {{extra toke… in tmain()
40 #pragma omp teams distribute parallel for simd thread_limit(argc > 0 ? a[1] : a[2]) // expected-err… in tmain()
43 #pragma omp teams distribute parallel for simd thread_limit(argc + z) in tmain()
46 #pragma omp teams distribute parallel for simd thread_limit(argc), thread_limit (argc+1) // expecte… in tmain()
[all …]
Dteams_codegen.cpp65 #pragma omp teams thread_limit(la) in teams_argument_global_local()
84 #pragma omp teams num_teams(Gbla+a) thread_limit(Gblb+(long long)lc) in teams_argument_global_local()
99 #pragma omp teams num_teams(Gblc+1) thread_limit(Gblc+2) in teams_argument_global_local()
155 #pragma omp teams num_teams(Gbla.a) thread_limit((long long)la.b) in teams_template_arg()
172 #pragma omp teams num_teams((long long)lb.b) thread_limit(Gblb.a) in teams_template_arg()
216 #pragma omp teams num_teams(a) thread_limit(X) in foo()
230 #pragma omp teams num_teams(Y) thread_limit((int)b+X) in foo()
339 #pragma omp teams num_teams(a) thread_limit(b) in tmain()
350 #pragma omp teams num_teams(a) thread_limit(b) in main()
Dtarget_teams_thread_limit_codegen.cpp110 #pragma omp target teams thread_limit(tx(20)) in ftemplate()
115 #pragma omp target teams num_teams(b) thread_limit(1024) in ftemplate()
126 #pragma omp target teams num_teams(n) thread_limit(n*32) in fstatic()
130 #pragma omp target teams thread_limit(32+n) in fstatic()
143 #pragma omp target teams thread_limit(n-b) in r1()
148 #pragma omp target teams thread_limit(1024) in r1()
Dteams_distribute_ast_print.cpp57 …rivate(b) firstprivate(argv) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) in foo()
92 …tprivate(argv) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) allocate(omp… in bar()
140 …rivate(b) firstprivate(argc) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) in tmain()
184 …rivate(b) firstprivate(argc) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) in main()
Dtarget_teams_distribute_ast_print.cpp54 …tprivate(argv) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) allocate(omp… in foo()
82 …rstprivate(argv) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) allocate(e) in bar()
120 …rivate(b) firstprivate(argc) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) in tmain()
156 …rivate(b) firstprivate(argc) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) in main()
Dnvptx_teams_codegen.cpp103 #pragma omp teams num_teams(a) thread_limit(b) in tmain()
114 #pragma omp teams num_teams(a) thread_limit(b) in main()
Dtarget_teams_distribute_parallel_for_ast_print.cpp57 …rivate(b) firstprivate(argv) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) in foo()
86 …stprivate(argv) shared(d) reduction(+:c) reduction(max:e) num_teams(f8) thread_limit(d) allocate(e) in bar()
128 …rivate(b) firstprivate(argc) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) in tmain()
173 …rivate(b) firstprivate(argc) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) in main()
Dteams_distribute_parallel_for_ast_print.cpp50 …firstprivate(argv) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) copyin(x) in foo()
84 …private(argv) shared(d) reduction(+:c) reduction(max:e) num_teams(f8) thread_limit(d) copyin(x) al… in bar()
137 …firstprivate(argc) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) copyin(x) in tmain()
192 …firstprivate(argc) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) copyin(x) in main()
Dtarget_teams_distribute_simd_ast_print.cpp60 …ivate(b), firstprivate(argv) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) in foo()
97 …ivate(b), firstprivate(argv) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) in bar()
148 …ivate(b), firstprivate(argc) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) in tmain()
199 …ivate(b), firstprivate(argc) shared(d) reduction(+:c) reduction(max:e) num_teams(f) thread_limit(d) in main()
Dteams_ast_print.cpp51 …rgc,b) firstprivate(argv) shared (d) reduction(+:c) reduction(max:e) num_teams(C) thread_limit(d*C) in tmain()
121 …vate(argc,b) num_teams(f) firstprivate(argv) reduction(| : c, d) reduction(* : e) thread_limit(f+g) in main()
/external/clang/test/OpenMP/
Dteams_thread_limit_messages.cpp16 #pragma omp teams thread_limit(C) in tmain()
19 #pragma omp teams thread_limit(T) // expected-error {{'T' does not refer to a value}} in tmain()
22 #pragma omp teams thread_limit // expected-error {{expected '(' after 'thread_limit'}} in tmain()
25 #pragma omp teams thread_limit( // expected-error {{expected expression}} expected-error {{expected… in tmain()
28 #pragma omp teams thread_limit() // expected-error {{expected expression}} in tmain()
31 #pragma omp teams thread_limit(argc // expected-error {{expected ')'}} expected-note {{to match thi… in tmain()
34 #pragma omp teams thread_limit(argc)) // expected-warning {{extra tokens at the end of '#pragma omp… in tmain()
37 #pragma omp teams thread_limit(argc > 0 ? a[1] : a[2]) // expected-error {{expression must have int… in tmain()
40 #pragma omp teams thread_limit(argc + argc) in tmain()
43 #pragma omp teams thread_limit(argc), thread_limit (argc+1) // expected-error {{directive '#pragma … in tmain()
[all …]
Dteams_codegen.cpp57 #pragma omp teams thread_limit(la) in teams_argument_global_local()
76 #pragma omp teams num_teams(Gbla+a) thread_limit(Gblb+(long long)lc) in teams_argument_global_local()
91 #pragma omp teams num_teams(Gblc+1) thread_limit(Gblc+2) in teams_argument_global_local()
139 #pragma omp teams num_teams(Gbla.a) thread_limit((long long)la.b) in teams_template_arg()
156 #pragma omp teams num_teams((long long)lb.b) thread_limit(Gblb.a) in teams_template_arg()
192 #pragma omp teams num_teams(a) thread_limit(X) in foo()
206 #pragma omp teams num_teams(Y) thread_limit((int)b+X) in foo()
295 #pragma omp teams num_teams(a) thread_limit(b) in tmain()
306 #pragma omp teams num_teams(a) thread_limit(b) in main()
Dnvptx_teams_codegen.cpp75 #pragma omp teams num_teams(a) thread_limit(b) in tmain()
86 #pragma omp teams num_teams(a) thread_limit(b) in main()
Dteams_ast_print.cpp40 …rgc,b) firstprivate(argv) shared (d) reduction(+:c) reduction(max:e) num_teams(C) thread_limit(d*C) in tmain()
104 …vate(argc,b) num_teams(f) firstprivate(argv) reduction(| : c, d) reduction(* : e) thread_limit(f+g) in main()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcudart_stub.cc75 const char *deviceName, int thread_limit, uint3 *tid, uint3 *bid, in __cudaRegisterFunction() argument
79 int thread_limit, uint3 *tid, uint3 *bid, in __cudaRegisterFunction()
83 func_ptr(fatCubinHandle, hostFun, deviceFun, deviceName, thread_limit, tid, in __cudaRegisterFunction()
/external/llvm-project/openmp/libomptarget/src/
Dinterface.cpp365 int64_t *arg_types, int32_t team_num, int32_t thread_limit) { in __tgt_target_teams() argument
368 nullptr, nullptr, team_num, thread_limit); in __tgt_target_teams()
373 int64_t *arg_types, int32_t team_num, int32_t thread_limit, int32_t depNum, in __tgt_target_teams_nowait() argument
380 nullptr, nullptr, team_num, thread_limit); in __tgt_target_teams_nowait()
389 int32_t thread_limit) { in __tgt_target_teams_mapper() argument
414 arg_types, arg_names, arg_mappers, team_num, thread_limit, in __tgt_target_teams_mapper()
425 int32_t thread_limit, int32_t depNum, void *depList, int32_t noAliasDepNum, in __tgt_target_teams_nowait_mapper() argument
432 arg_mappers, team_num, thread_limit); in __tgt_target_teams_nowait_mapper()
/external/llvm-project/openmp/libomptarget/include/
Domptarget.h257 int32_t thread_limit);
261 int32_t num_teams, int32_t thread_limit,
268 int32_t num_teams, int32_t thread_limit);
273 int32_t thread_limit, int32_t depNum, void *depList, int32_t noAliasDepNum,

123