Home
last modified time | relevance | path

Searched refs:L2_SIZE (Results 1 – 25 of 57) sorted by relevance

123

/dports/math/openblas/OpenBLAS-0.3.18/cmake/
H A Dprebuild.cmake116 "#define L2_SIZE\t1048576\n"
146 "#define L2_SIZE\t512488\n"
165 "#define L2_SIZE\t262144\n"
188 "#define L2_SIZE\t262144\n"
220 "#define L2_SIZE\t524288\n"
274 "#define L2_SIZE\t524288\n"
328 "#define L2_SIZE\t262144\n"
355 "#define L2_SIZE\t524288\n"
446 "#define L2_SIZE 524288\n"
464 "#define L2_SIZE 524288\n"
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/common/
H A Ddevinfo-cache.c494 size_t L2_SIZE = (size_t)l2CacheSize; in deviceL1CacheSize() local
558 steps = 1 + (L2_SIZE - MIN_CACHE_SIZE) / STEP; in deviceL1CacheSize()
655 height = (L2_SIZE - t * STEP + L2_SIZE) * global_work_size / in deviceL1CacheSize()
732 err = clSetKernelArg(kernel, 1, sizeof(L2_SIZE), &L2_SIZE); in deviceL1CacheSize()
844 times[t] = avg / ((L2_SIZE - t * STEP) * global_work_size); in deviceL1CacheSize()
854 i = L2_SIZE + 1; in deviceL1CacheSize()
860 i = L2_SIZE - t * STEP; in deviceL1CacheSize()
865 if (i == L2_SIZE + 1) in deviceL1CacheSize()
/dports/net/nbdkit/nbdkit-1.20.4/common/sparse/
H A Dsparse.c97 #define L2_SIZE 4096 macro
121 for (i = 0; i < L2_SIZE; ++i) in free_l2_dir()
165 if (offset >= e->offset + PAGE_SIZE*L2_SIZE) return 1; in compare_l1_offsets()
277 new_entry.offset = offset & ~(PAGE_SIZE*L2_SIZE-1); in lookup()
278 new_entry.l2_dir = calloc (L2_SIZE, sizeof (struct l2_entry)); in lookup()
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/zfs/
H A Dzfs_stats_64 L2_SIZE=`$SYS kstat.zfs.misc.arcstats.l2_size`
254 echo 'size.value ' $L2_SIZE
H A Dzfsonlinux_stats_310 echo 'size.value ' $L2_SIZE
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/kernel/x86/
H A Dzgemm_kernel_1x1.S136 #if L2_SIZE > 262144
140 #elif L2_SIZE > 131072
H A Dztrsm_kernel_LT_1x1.S212 #if (L2_SIZE == 524288)
254 #if (L2_SIZE == 524288)
H A Dgemm_kernel_2x2.S138 #if L2_SIZE > 262144
142 #elif L2_SIZE > 131072
H A Dzgemm3m_kernel_2x2_coppermine.S141 #if L2_SIZE > 262144
145 #elif L2_SIZE > 131072
H A Dtrsm_kernel_RT_2x2.S583 #if (L2_SIZE == 524288)
625 #if (L2_SIZE == 524288)
H A Dtrsm_kernel_LT_2x2.S221 #if (L2_SIZE == 524288)
263 #if (L2_SIZE == 524288)
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/kernel/x86/
H A Dzgemm_kernel_1x1.S119 #if L2_SIZE > 262144
123 #elif L2_SIZE > 131072
H A Dztrsm_kernel_LT_1x1.S195 #if (L2_SIZE == 524288)
237 #if (L2_SIZE == 524288)
H A Dzgemm3m_kernel_2x2_coppermine.S124 #if L2_SIZE > 262144
128 #elif L2_SIZE > 131072
H A Dgemm_kernel_2x2.S121 #if L2_SIZE > 262144
125 #elif L2_SIZE > 131072
/dports/math/openblas/OpenBLAS-0.3.18/kernel/x86/
H A Dzgemm_kernel_1x1.S136 #if L2_SIZE > 262144
140 #elif L2_SIZE > 131072
H A Dztrsm_kernel_LT_1x1.S212 #if (L2_SIZE == 524288)
254 #if (L2_SIZE == 524288)
H A Dgemm_kernel_2x2.S138 #if L2_SIZE > 262144
142 #elif L2_SIZE > 131072
H A Dzgemm3m_kernel_2x2_coppermine.S141 #if L2_SIZE > 262144
145 #elif L2_SIZE > 131072
/dports/math/gotoblas/GotoBLAS2/kernel/x86/
H A Dzgemm_kernel_1x1.S136 #if L2_SIZE > 262144
140 #elif L2_SIZE > 131072
H A Dztrsm_kernel_LT_1x1.S212 #if (L2_SIZE == 524288)
254 #if (L2_SIZE == 524288)
H A Dzgemm3m_kernel_2x2_coppermine.S141 #if L2_SIZE > 262144
145 #elif L2_SIZE > 131072
H A Dgemm_kernel_2x2.S138 #if L2_SIZE > 262144
142 #elif L2_SIZE > 131072
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/
H A Dexec.c174 #define L2_SIZE (1 << L2_BITS) macro
305 if (index > ((target_ulong)L2_SIZE * L1_SIZE)) in page_l1_map()
322 size_t len = sizeof(PageDesc) * L2_SIZE; in page_find_alloc()
334 p = qemu_mallocz(sizeof(PageDesc) * L2_SIZE); in page_find_alloc()
338 return p + (index & (L2_SIZE - 1)); in page_find_alloc()
352 return p + (index & (L2_SIZE - 1)); in page_find()
384 pd = qemu_vmalloc(sizeof(PhysPageDesc) * L2_SIZE); in phys_page_find_alloc()
386 for (i = 0; i < L2_SIZE; i++) { in phys_page_find_alloc()
391 return ((PhysPageDesc *)pd) + (index & (L2_SIZE - 1)); in phys_page_find_alloc()
626 for(j = 0; j < L2_SIZE; j++) { in page_flush_tb()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/include/arm32/
H A Dpmap.h156 #define L2_SIZE (1 << L2_LOG2) macro
227 struct l2_dtable *pm_l2[L2_SIZE];

123