Home | History | Annotate | Download | only in plugin

Lines Matching refs:dims

738 	    unsigned *dims, void *targ_mem_desc,
757 dims[i] = targ_fn->launch->dim[i];
758 if (!dims[i])
823 default_dim_p[i] = !dims[i];
829 dims[i] = nvthd->ptx_dev->default_dims[i];
832 dims[GOMP_DIM_VECTOR]
833 = MIN (dims[GOMP_DIM_VECTOR],
838 dims[GOMP_DIM_WORKER]
839 = MIN (dims[GOMP_DIM_WORKER],
840 targ_fn->max_threads_per_block / dims[GOMP_DIM_VECTOR]);
858 dims[GOMP_DIM_WORKER] * dims[GOMP_DIM_VECTOR]);
880 : dims[GOMP_DIM_VECTOR]);
893 case GOMP_DIM_GANG: dims[i] = gangs; break;
894 case GOMP_DIM_WORKER: dims[i] = workers; break;
895 case GOMP_DIM_VECTOR: dims[i] = vectors; break;
904 if (dims[GOMP_DIM_WORKER] * dims[GOMP_DIM_VECTOR]
915 GOMP_PLUGIN_fatal (msg, targ_fn->launch->fn, dims[GOMP_DIM_WORKER],
916 dims[GOMP_DIM_VECTOR], targ_fn->max_threads_per_block);
921 if (dims[GOMP_DIM_WORKER] > 15 && dims[GOMP_DIM_VECTOR] > 32)
933 GOMP_PLUGIN_fatal (msg, targ_fn->launch->fn, dims[GOMP_DIM_WORKER],
934 dims[GOMP_DIM_VECTOR]);
939 __FUNCTION__, targ_fn->launch->fn, dims[GOMP_DIM_GANG],
940 dims[GOMP_DIM_WORKER], dims[GOMP_DIM_VECTOR]);
967 = dims[GOMP_DIM_GANG];
969 = dims[GOMP_DIM_WORKER];
971 = dims[GOMP_DIM_VECTOR];
981 dims[GOMP_DIM_GANG], 1, 1,
982 dims[GOMP_DIM_VECTOR], dims[GOMP_DIM_WORKER], 1,
1455 unsigned *dims, void *targ_mem_desc)
1515 nvptx_exec (fn, mapnum, hostaddrs, devaddrs, dims, targ_mem_desc,
1542 unsigned *dims, void *targ_mem_desc,
1612 nvptx_exec (fn, mapnum, hostaddrs, devaddrs, dims, targ_mem_desc,