OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gang
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc
503
/* Start at
gang
level, and examine relevant dimension indices. */
534
operate on adjacent iterations. At the worker and
gang
level,
535
each
gang
/warp executes a set of contiguous iterations. Chunking
573
/* If we're at the
gang
level, we want each to execute a
943
{ "
gang
", "worker", "vector" };
973
any
gang
-partitioned loops. However, it appears that there
974
is a sufficient body of user code that expects non-
gang
975
partitioned regions to not execute in
gang
-redundant mode.
982
execution doesn't have the same impact as
gang
-redundant
983
execution. (If the minimum
gang
-level partioning is not 1
1175
const char *
gang
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c
781
int
gang
, worker, vector;
local
790
gang
= (cpu_size / block_size) * dev_size;
795
/* There is no upper bound on the
gang
size. The best size
800
default_dims[GOMP_DIM_GANG] =
gang
?
gang
: 1024;
803
|| (default_dims[GOMP_DIM_WORKER] > worker &&
gang
))
807
|| (default_dims[GOMP_DIM_VECTOR] != vector &&
gang
))
/src/external/gpl3/gcc/dist/gcc/
omp-offload.cc
533
/* Start at
gang
level, and examine relevant dimension indices. */
564
operate on adjacent iterations. At the worker and
gang
level,
565
each
gang
/warp executes a set of contiguous iterations. Chunking
603
/* If we're at the
gang
level, we want each to execute a
973
{ "
gang
", "worker", "vector" };
1003
any
gang
-partitioned loops. However, it appears that there
1004
is a sufficient body of user code that expects non-
gang
1005
partitioned regions to not execute in
gang
-redundant mode.
1012
execution doesn't have the same impact as
gang
-redundant
1013
execution. (If the minimum
gang
-level partioning is not 1
1205
const char *
gang
local
[
all
...]
/src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c
798
int
gang
, worker, vector;
local
807
gang
= (cpu_size / block_size) * dev_size;
812
/* There is no upper bound on the
gang
size. The best size
817
default_dims[GOMP_DIM_GANG] =
gang
?
gang
: 1024;
820
|| (default_dims[GOMP_DIM_WORKER] > worker &&
gang
))
824
|| (default_dims[GOMP_DIM_VECTOR] != vector &&
gang
))
/src/external/cddl/osnet/dist/cmd/zdb/
zdb.c
2863
char avg[32],
gang
[32];
local
2904
zdb_nicenum(zb->zb_gangs,
gang
);
2920
"blocks: %s\n",
gang
);
3290
* g: Display data as a
gang
block header
/src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h
1616
unsigned async:1,
gang
:1, worker:1, vector:1, seq:1, independent:1;
member in struct:gfc_omp_clauses
/src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h
1559
unsigned async:1,
gang
:1, worker:1, vector:1, seq:1, independent:1;
member in struct:gfc_omp_clauses
Completed in 56 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026