Home
last modified time | relevance | path

Searched refs:kernel_cache (Results 1 – 25 of 115) sorted by relevance

12345

/dports/science/afni/afni-AFNI_21.3.16/src/svm/
H A Dsvm_learn.c2513 kernel_cache->lru[kernel_cache->index[docnum]]=kernel_cache->time; /* lru */ in get_kernel_row()
2514 start=kernel_cache->activenum*kernel_cache->index[docnum]; in get_kernel_row()
2548 cache[j]=kernel_cache->buffer[kernel_cache->activenum in cache_kernel_row()
2608 kernel_cache->buffer[to]=kernel_cache->buffer[from]; in kernel_cache_shrink()
2618 kernel_cache->active2totdoc[kernel_cache->activenum]=j; in kernel_cache_shrink()
2619 kernel_cache->totdoc2active[j]=kernel_cache->activenum; in kernel_cache_shrink()
2627 kernel_cache->max_elems=(long)(kernel_cache->buffsize/kernel_cache->activenum); in kernel_cache_shrink()
2712 if(kernel_cache->elems < kernel_cache->max_elems) { in kernel_cache_malloc()
2770 kernel_cache->lru[kernel_cache->index[docnum]]=kernel_cache->time; /* lru */ in kernel_cache_clean_and_malloc()
2779 if(kernel_cache && kernel_cache->index[docnum] != -1) { in kernel_cache_touch()
[all …]
H A Dsvm_learn_main.c44 KERNEL_CACHE *kernel_cache; in main() local
55 kernel_cache=NULL; in main()
60 kernel_cache=kernel_cache_init(totdoc,learn_parm.kernel_cache_size); in main()
65 &kernel_parm,kernel_cache,model,alpha_in); in main()
69 &kernel_parm,&kernel_cache,model); in main()
73 &kernel_parm,&kernel_cache,model); in main()
77 &kernel_parm,kernel_cache,model,alpha_in); in main()
80 if(kernel_cache) { in main()
82 kernel_cache_cleanup(kernel_cache); in main()
/dports/science/p5-Algorithm-SVMLight/Algorithm-SVMLight-0.09/lib/Algorithm/
H A DSVMLight.xs239 KERNEL_CACHE *kernel_cache; in train() local
246 kernel_cache=NULL; in train()
248 kernel_cache=kernel_cache_init(c->num_docs, learn_parm->kernel_cache_size); in train()
256 kernel_parm,kernel_cache,model,alpha_in); in train()
260 kernel_parm,&kernel_cache,model); in train()
264 kernel_parm,&kernel_cache,model); in train()
268 kernel_parm,kernel_cache,model,alpha_in); in train()
281 if(kernel_cache) { in train()
283 kernel_cache_cleanup(kernel_cache); in train()
/dports/lang/pocl/pocl-1.8/lib/CL/devices/hsa/
H A Dpocl-hsa.c1123 if (((d->kernel_cache[i].kernel == NULL) in pocl_hsa_find_mem_cached_kernel()
1132 && (!d->kernel_cache[i].goffs_zero in pocl_hsa_find_mem_cached_kernel()
1138 return &d->kernel_cache[i]; in pocl_hsa_find_mem_cached_kernel()
1222 d->kernel_cache[i].kernel = kernel; in pocl_hsa_compile_kernel_native()
1233 d->kernel_cache[i].max_grid_dim_width in pocl_hsa_compile_kernel_native()
1274 d->kernel_cache[i].static_group_size = 0; in pocl_hsa_compile_kernel_native()
1275 d->kernel_cache[i].private_size = 0; in pocl_hsa_compile_kernel_native()
1276 d->kernel_cache[i].args_segment_size = 2048; in pocl_hsa_compile_kernel_native()
1366 d->kernel_cache[i].kernel = kernel; in pocl_hsa_compile_kernel_hsail()
1411 &d->kernel_cache[i].private_size)); in pocl_hsa_compile_kernel_hsail()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/asm/
H A Dr4kcache.h54 _cache_op(kernel_cache, op, addr)
209 cache_unroll(32, kernel_cache, indexop, \
219 cache_unroll(32, kernel_cache, hitop, start, lsize); \
236 cache_unroll(32, kernel_cache, indexop, \
325 cache_unroll(32, kernel_cache, indexop, \
H A Dasm-eva.h17 #define kernel_cache(op, base) "cache " op ", " base "\n" macro
76 #define user_cache(op, base) kernel_cache(op, base)
104 #define kernel_cache(op, base) cache op, base macro
162 #define user_cache(op, base) kernel_cache(op, base)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/include/asm/
H A Dr4kcache.h54 _cache_op(kernel_cache, op, addr)
209 cache_unroll(32, kernel_cache, indexop, \
219 cache_unroll(32, kernel_cache, hitop, start, lsize); \
236 cache_unroll(32, kernel_cache, indexop, \
325 cache_unroll(32, kernel_cache, indexop, \
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/include/asm/
H A Dr4kcache.h54 _cache_op(kernel_cache, op, addr)
209 cache_unroll(32, kernel_cache, indexop, \
219 cache_unroll(32, kernel_cache, hitop, start, lsize); \
236 cache_unroll(32, kernel_cache, indexop, \
325 cache_unroll(32, kernel_cache, indexop, \
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/CUDA/
H A DGB_reduce_to_scalar_cuda.cu40 thread_local static jitify::JitCache kernel_cache; in GB_reduce_to_scalar_cuda() local
44 jitify::Program program= kernel_cache.program( templates_reduceNonZombiesWarp_cu, 0, 0, in GB_reduce_to_scalar_cuda()

12345