OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outer_mask
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc
556
unsigned
outer_mask
= mask & (~mask + 1); // Outermost partitioning
local
557
unsigned inner_mask = mask & ~
outer_mask
; // Inner partitioning (if any)
576
striding = !(
outer_mask
& GOMP_DIM_MASK (GOMP_DIM_GANG));
633
&&
outer_mask
== GOMP_DIM_MASK (GOMP_DIM_VECTOR)
663
tree outer_size = oacc_thread_numbers (false,
outer_mask
, &seq);
681
r = oacc_thread_numbers (true,
outer_mask
, &seq);
710
tree outer_size = oacc_thread_numbers (false,
outer_mask
, &seq);
1451
programmer-specified partitionings.
OUTER_MASK
is the partitioning
1457
oacc_loop_fixed_partitions (oacc_loop *loop, unsigned
outer_mask
)
1508
if (this_mask &
outer_mask
)
2051
unsigned
outer_mask
= 0;
local
[
all
...]
omp-low.cc
2663
unsigned
outer_mask
= 0;
local
2668
outer_mask
= check_oacc_kernel_gwv (NULL, ctx->outer);
2673
return
outer_mask
;
2710
if (this_mask &
outer_mask
)
2715
return
outer_mask
| this_mask;
/src/external/gpl3/gcc/dist/gcc/
omp-offload.cc
586
unsigned
outer_mask
= mask & (~mask + 1); // Outermost partitioning
local
587
unsigned inner_mask = mask & ~
outer_mask
; // Inner partitioning (if any)
606
striding = !(
outer_mask
& GOMP_DIM_MASK (GOMP_DIM_GANG));
663
&&
outer_mask
== GOMP_DIM_MASK (GOMP_DIM_VECTOR)
693
tree outer_size = oacc_thread_numbers (false,
outer_mask
, &seq);
711
r = oacc_thread_numbers (true,
outer_mask
, &seq);
740
tree outer_size = oacc_thread_numbers (false,
outer_mask
, &seq);
1481
programmer-specified partitionings.
OUTER_MASK
is the partitioning
1487
oacc_loop_fixed_partitions (oacc_loop *loop, unsigned
outer_mask
)
1538
if (this_mask &
outer_mask
)
2081
unsigned
outer_mask
= 0;
local
[
all
...]
omp-low.cc
2704
unsigned
outer_mask
= 0;
local
2709
outer_mask
= check_oacc_kernel_gwv (NULL, ctx->outer);
2714
return
outer_mask
;
2751
if (this_mask &
outer_mask
)
2756
return
outer_mask
| this_mask;
Completed in 85 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026