Home
last modified time | relevance | path

Searched refs:LOCAL_SIZE (Results 1 – 25 of 94) sorted by relevance

1234

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/
H A Dpyr_up.cl84 __local FT s_srcPatch[LOCAL_SIZE/2 + 2][LOCAL_SIZE/2 + 2];
85 __local FT s_dstPatch[LOCAL_SIZE/2 + 2][LOCAL_SIZE];
90 if( tidx < (LOCAL_SIZE/2 + 2) && tidy < LOCAL_SIZE/2 + 2 )
111 if(tidy < LOCAL_SIZE/2 + 2)
137 __local FT s_srcPatch[LOCAL_SIZE+2][LOCAL_SIZE+2];
138 __local FT s_dstPatch[LOCAL_SIZE+2][2*LOCAL_SIZE];
143 if( lx < (LOCAL_SIZE+2) && ly < (LOCAL_SIZE+2) )
145 int srcx = mad24((int)get_group_id(0), LOCAL_SIZE, lx) - 1;
192 if (ly > 2*LOCAL_SIZE-3)
198 s_dstPatch[LOCAL_SIZE+1][lx] = sum;
[all …]
H A Dpyr_down.cl137 __local FT smem[2][LOCAL_SIZE + 4];
173 col = EXTRAPOLATE((int)(get_group_id(0)*LOCAL_SIZE + get_local_id(0) - 2), src_cols);
178 … col = EXTRAPOLATE((int)((get_group_id(0)+1)*LOCAL_SIZE + get_local_id(0) - 2), src_cols);
179 LOAD_LOCAL(col, LOCAL_SIZE + get_local_id(0))
206 col = EXTRAPOLATE((int)(get_group_id(0)*LOCAL_SIZE + get_local_id(0) - 2), src_cols);
211 … col = EXTRAPOLATE((int)((get_group_id(0)+1)*LOCAL_SIZE + get_local_id(0) - 2), src_cols);
212 LOAD_LOCAL(col, LOCAL_SIZE + get_local_id(0))
219 if (get_local_id(0) < LOCAL_SIZE / 2)
231 …FT sum = dot(vload4(0, (__local float*) (&smem) + tid2 + (yin - y) * (LOCAL_SIZE + 4)), (float4)(c…
233 …FT sum = dot(vload4(0, (__local double*) (&smem) + tid2 + (yin - y) * (LOCAL_SIZE + 4)), (double4)…
[all …]
H A Dhough_lines.cl19 __local int l_points[LOCAL_SIZE];
106 for (int i=count_idx; i<BUFFER_SIZE; i+=LOCAL_SIZE)
114 for (int i = count_idx; i < total_points; i += LOCAL_SIZE)
127 for (int i=count_idx; i<BUFFER_SIZE; i+=LOCAL_SIZE)
133 for (int i=count_idx; i<BUFFER_SIZE; i+=LOCAL_SIZE)
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/opencl/
H A Dgemm.cl23 #define LOCAL_SIZE_ODD (LOCAL_SIZE + 1)
62 #if LOCAL_SIZE == 1
70 __local T a_local[LOCAL_SIZE_ODD*LOCAL_SIZE];
71 __local WT b_local[LOCAL_SIZE_ODD*LOCAL_SIZE];
75 reps = (n + LOCAL_SIZE-1)/LOCAL_SIZE;
77 reps = n/LOCAL_SIZE;
82 if (p * LOCAL_SIZE + lidx < n && y < D_rows)
83 a_local[mad24(lidy, LOCAL_SIZE_ODD, lidx)] = A[mad24(p, LOCAL_SIZE, lidx)];
84 if (p * LOCAL_SIZE + lidy < n && x < D_cols)
92 int ie = min(LOCAL_SIZE, n - p * LOCAL_SIZE);
[all …]
H A Dfft.cl538 const int block_size = LOCAL_SIZE/kercn;
624 const int block_size = LOCAL_SIZE/kercn;
678 const int block_size = LOCAL_SIZE/kercn;
709 smem[LOCAL_SIZE-i-1] = src[i];
720 smem[LOCAL_SIZE-i-1] = src;
730 if(LOCAL_SIZE % 2 ==0)
733 smem[LOCAL_SIZE/2].x = src[LOCAL_SIZE/2-1].x;
737 smem[LOCAL_SIZE/2].y = 0.f;
855 if(LOCAL_SIZE % 2 ==0)
857 smem[LOCAL_SIZE/2].x = src[(LOCAL_SIZE-2)*step];
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/performance/network/network_storage/
H A Dll-network-storage.sh.in85LOCAL_SIZE=$(printf "%.0f" $( bc <<< "scale=6;(128 * $TRANSFERSIZE * $THREADS_PERTASK)/1024" ))
86 LOCAL_SIZE=$(echo $((LOCAL_SIZE>512?512:LOCAL_SIZE)))
88 … "--localMB=${LOCAL_SIZE} --transferKB=${TRANSFERSIZE} --parceltype=${PARCELTYPE} "
H A Dslurm-network-storage.sh.in127LOCAL_SIZE=$(printf "%.0f" $( bc <<< "scale=6;(128 * $TRANSFERSIZE * $THREADS_PERTASK)/1024" ))
128 LOCAL_SIZE=$(echo $((LOCAL_SIZE>1024?1024:LOCAL_SIZE)))
129 …${FAB_ENABLE} --hpx:threads=${THREADS_PERTASK} ${HPX_ARGS} --localMB=${LOCAL_SIZE} --transferKB=${…
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/
H A Dref_lrn.cl38 for (int j = 0; j < LOCAL_SIZE; j++) {
55 const int d_end = min(d + LOCAL_SIZE, ID);
56 const int h_end = min(h + LOCAL_SIZE, IH);
57 const int w_end = min(w + LOCAL_SIZE, IW);
103 for (int j = 0; j < LOCAL_SIZE; j++) {
125 const int d_end = min(d + LOCAL_SIZE, ID);
126 const int h_end = min(h + LOCAL_SIZE, IH);
127 const int w_end = min(w + LOCAL_SIZE, IW);
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Dref_lrn.cl38 for (int j = 0; j < LOCAL_SIZE; j++) {
55 const int d_end = min(d + LOCAL_SIZE, ID);
56 const int h_end = min(h + LOCAL_SIZE, IH);
57 const int w_end = min(w + LOCAL_SIZE, IW);
103 for (int j = 0; j < LOCAL_SIZE; j++) {
125 const int d_end = min(d + LOCAL_SIZE, ID);
126 const int h_end = min(h + LOCAL_SIZE, IH);
127 const int w_end = min(w + LOCAL_SIZE, IW);
/dports/archivers/7-zip/7-zip-21.07/Asm/x86/
H A DSha1Opt.asm61 LOCAL_SIZE equ (16 * 2) define
65 LOCAL_SIZE equ (16 * 1) define
101 sub r4, LOCAL_SIZE + 8
116 sub r4, LOCAL_SIZE
125 add r4, LOCAL_SIZE + 8
H A DSha256Opt.asm61 LOCAL_SIZE equ (16 * 2) define
65 LOCAL_SIZE equ (16 * 1) define
101 sub r4, LOCAL_SIZE + 8
116 sub r4, LOCAL_SIZE
125 add r4, LOCAL_SIZE + 8
/dports/graphics/libdmtx/libdmtx-0.7.5/test/multi_test/
H A Dmulti_test.c95 gState.local = SDL_CreateRGBSurface(SDL_SWSURFACE, LOCAL_SIZE, LOCAL_SIZE, 32, 0, 0, 0, 0); in main()
100 gState.localTmp = SDL_CreateRGBSurface(SDL_SWSURFACE, LOCAL_SIZE, LOCAL_SIZE, 32, 0, 0, 0, 0); in main()
331 clipRect.w = LOCAL_SIZE; in captureLocalPortion()
332 clipRect.h = LOCAL_SIZE; in captureLocalPortion()
342 clipRect.w = LOCAL_SIZE; in captureLocalPortion()
343 clipRect.h = LOCAL_SIZE; in captureLocalPortion()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/fpsp040/
H A Dskeleton.S66 link %a6,#-LOCAL_SIZE
103 link %a6,#-LOCAL_SIZE
142 link %a6,#-LOCAL_SIZE
180 link %a6,#-LOCAL_SIZE
206 link %a6,#-LOCAL_SIZE
231 link %a6,#-LOCAL_SIZE
253 link %a6,#-LOCAL_SIZE
278 link %a6,#-LOCAL_SIZE
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/fpsp040/
H A Dskeleton.S66 link %a6,#-LOCAL_SIZE
103 link %a6,#-LOCAL_SIZE
142 link %a6,#-LOCAL_SIZE
180 link %a6,#-LOCAL_SIZE
206 link %a6,#-LOCAL_SIZE
231 link %a6,#-LOCAL_SIZE
253 link %a6,#-LOCAL_SIZE
278 link %a6,#-LOCAL_SIZE
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/fpsp040/
H A Dskeleton.S66 link %a6,#-LOCAL_SIZE
103 link %a6,#-LOCAL_SIZE
142 link %a6,#-LOCAL_SIZE
180 link %a6,#-LOCAL_SIZE
206 link %a6,#-LOCAL_SIZE
231 link %a6,#-LOCAL_SIZE
253 link %a6,#-LOCAL_SIZE
278 link %a6,#-LOCAL_SIZE
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/opencl/
H A Dmvn.cl176 i += LOCAL_SIZE;
179 __local Dtype4 work[LOCAL_SIZE];
185 for(unsigned int stride=LOCAL_SIZE/2 ; stride>0 ; stride>>=1)
221 i += LOCAL_SIZE;
260 i += LOCAL_SIZE;
263 __local Dtype4 work[LOCAL_SIZE];
269 for(unsigned int stride=LOCAL_SIZE/2 ; stride>0 ; stride>>=1)
325 i += LOCAL_SIZE;
/dports/devel/tcllib/tcllib-1.20/modules/struct/sets/
H A Ds.c93 # define LOCAL_SIZE 20 in string_rep() macro
94 int localFlags[LOCAL_SIZE], *flagPtr; in string_rep()
95 int localLen [LOCAL_SIZE], *lenPtr; in string_rep()
111 if (numElems <= LOCAL_SIZE) { in string_rep()
/dports/devel/tcllibc/tcllib-1.20/modules/struct/sets/
H A Ds.c93 # define LOCAL_SIZE 20 in string_rep() macro
94 int localFlags[LOCAL_SIZE], *flagPtr; in string_rep()
95 int localLen [LOCAL_SIZE], *lenPtr; in string_rep()
111 if (numElems <= LOCAL_SIZE) { in string_rep()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1772 mov.l LOCAL_SIZE+EXC_SR(%sp),LOCAL_SIZE+EXC_SR-0xc(%sp)
1773 mov.l LOCAL_SIZE+2+EXC_PC(%sp),LOCAL_SIZE+2+EXC_PC-0xc(%sp)
1774 mov.l LOCAL_SIZE+EXC_EA(%sp),LOCAL_SIZE+EXC_EA-0xc(%sp)
1777 mov.l LOCAL_SIZE+FP_SRC_EX(%sp),LOCAL_SIZE+EXC_SR+0x0(%sp)
1778 mov.l LOCAL_SIZE+FP_SRC_HI(%sp),LOCAL_SIZE+EXC_SR+0x4(%sp)
1779 mov.l LOCAL_SIZE+FP_SRC_LO(%sp),LOCAL_SIZE+EXC_SR+0x8(%sp)
2934 mov.w EXC_SR+LOCAL_SIZE(%sp),0x0+LOCAL_SIZE(%sp)
2935 mov.l EXC_PC+LOCAL_SIZE(%sp),0x8+LOCAL_SIZE(%sp)
2936 mov.l EXC_EXTWPTR+LOCAL_SIZE(%sp),0x2+LOCAL_SIZE(%sp)
3051 mov.l 0x4+LOCAL_SIZE(%sp),-0x8+0x4+LOCAL_SIZE(%sp)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1772 mov.l LOCAL_SIZE+EXC_SR(%sp),LOCAL_SIZE+EXC_SR-0xc(%sp)
1773 mov.l LOCAL_SIZE+2+EXC_PC(%sp),LOCAL_SIZE+2+EXC_PC-0xc(%sp)
1774 mov.l LOCAL_SIZE+EXC_EA(%sp),LOCAL_SIZE+EXC_EA-0xc(%sp)
1777 mov.l LOCAL_SIZE+FP_SRC_EX(%sp),LOCAL_SIZE+EXC_SR+0x0(%sp)
1778 mov.l LOCAL_SIZE+FP_SRC_HI(%sp),LOCAL_SIZE+EXC_SR+0x4(%sp)
1779 mov.l LOCAL_SIZE+FP_SRC_LO(%sp),LOCAL_SIZE+EXC_SR+0x8(%sp)
2934 mov.w EXC_SR+LOCAL_SIZE(%sp),0x0+LOCAL_SIZE(%sp)
2935 mov.l EXC_PC+LOCAL_SIZE(%sp),0x8+LOCAL_SIZE(%sp)
2936 mov.l EXC_EXTWPTR+LOCAL_SIZE(%sp),0x2+LOCAL_SIZE(%sp)
3051 mov.l 0x4+LOCAL_SIZE(%sp),-0x8+0x4+LOCAL_SIZE(%sp)
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1772 mov.l LOCAL_SIZE+EXC_SR(%sp),LOCAL_SIZE+EXC_SR-0xc(%sp)
1773 mov.l LOCAL_SIZE+2+EXC_PC(%sp),LOCAL_SIZE+2+EXC_PC-0xc(%sp)
1774 mov.l LOCAL_SIZE+EXC_EA(%sp),LOCAL_SIZE+EXC_EA-0xc(%sp)
1777 mov.l LOCAL_SIZE+FP_SRC_EX(%sp),LOCAL_SIZE+EXC_SR+0x0(%sp)
1778 mov.l LOCAL_SIZE+FP_SRC_HI(%sp),LOCAL_SIZE+EXC_SR+0x4(%sp)
1779 mov.l LOCAL_SIZE+FP_SRC_LO(%sp),LOCAL_SIZE+EXC_SR+0x8(%sp)
2934 mov.w EXC_SR+LOCAL_SIZE(%sp),0x0+LOCAL_SIZE(%sp)
2935 mov.l EXC_PC+LOCAL_SIZE(%sp),0x8+LOCAL_SIZE(%sp)
2936 mov.l EXC_EXTWPTR+LOCAL_SIZE(%sp),0x2+LOCAL_SIZE(%sp)
3051 mov.l 0x4+LOCAL_SIZE(%sp),-0x8+0x4+LOCAL_SIZE(%sp)
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/src/
H A Dlist.c184 # define LOCAL_SIZE 20 macro
185 int localFlags[LOCAL_SIZE], *flagPtr;
200 if (argc <= LOCAL_SIZE) {
/dports/shells/ksh93/ast-93u/src/lib/libtksh/src/
H A Dlist.c184 # define LOCAL_SIZE 20 macro
185 int localFlags[LOCAL_SIZE], *flagPtr;
200 if (argc <= LOCAL_SIZE) {
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/src/
H A Dlist.c184 # define LOCAL_SIZE 20 macro
185 int localFlags[LOCAL_SIZE], *flagPtr;
200 if (argc <= LOCAL_SIZE) {
/dports/lang/pocl/pocl-1.8/examples/pocl-android-sample/jni/
H A DvectorAdd.cpp7 #define LOCAL_SIZE 64 macro
111 size_t localSize = LOCAL_SIZE; in Java_org_pocl_sample1_MainActivity_vectorAddCL()

1234