OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kla
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c
262
struct GOMP_kernel_launch_attributes
kla
;
member in struct:kernel_launch
1316
struct GOMP_kernel_launch_attributes *
kla
;
local
1317
kla
= (struct GOMP_kernel_launch_attributes *) *input;
1318
*result =
kla
;
1319
if (
kla
->ndim == 0 ||
kla
->ndim > 3)
1320
GOMP_PLUGIN_fatal ("Invalid number of dimensions (%u)",
kla
->ndim);
1322
GCN_DEBUG ("GOMP_OFFLOAD_run called with %u dimensions:\n",
kla
->ndim);
1324
for (i = 0; i <
kla
->ndim; i++)
1327
kla
->gdims[i], kla->wdims[i])
2668
struct GOMP_kernel_launch_attributes
kla
=
local
3256
struct GOMP_kernel_launch_attributes
kla
=
local
3720
struct GOMP_kernel_launch_attributes
kla
=
local
4354
struct GOMP_kernel_launch_attributes *
kla
;
local
4380
struct GOMP_kernel_launch_attributes *
kla
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c
278
struct GOMP_kernel_launch_attributes
kla
;
member in struct:kernel_launch
1290
struct GOMP_kernel_launch_attributes *
kla
;
local
1291
kla
= (struct GOMP_kernel_launch_attributes *) *input;
1292
*result =
kla
;
1293
if (
kla
->ndim == 0 ||
kla
->ndim > 3)
1294
GOMP_PLUGIN_fatal ("Invalid number of dimensions (%u)",
kla
->ndim);
1296
GCN_DEBUG ("GOMP_OFFLOAD_run called with %u dimensions:\n",
kla
->ndim);
1298
for (i = 0; i <
kla
->ndim; i++)
1301
kla
->gdims[i], kla->wdims[i])
2511
struct GOMP_kernel_launch_attributes
kla
=
local
3115
struct GOMP_kernel_launch_attributes
kla
=
local
3488
struct GOMP_kernel_launch_attributes
kla
=
local
3758
struct GOMP_kernel_launch_attributes *
kla
;
local
3784
struct GOMP_kernel_launch_attributes *
kla
;
local
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026