Home
last modified time | relevance | path

Searched refs:d_Map (Results 1 – 25 of 70) sorted by relevance

123

/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu17 __global__ void kernelCreateMap ( Int *d_Map, Int *d_Ls, in kernelCreateMap() argument
25 d_Map[d_Ls[psi+tid]] = ((Int) (tid)); in kernelCreateMap()
29 __global__ void kernelCreateRelativeMap ( Int *d_Map, Int *d_Ls, in kernelCreateRelativeMap() argument
35 d_RelativeMap[tid] = d_Map[d_Ls[pdi1+tid]]; in kernelCreateRelativeMap()
91 int createMapOnDevice ( Int *d_Map, Int *d_Ls, in createMapOnDevice() argument
96 kernelCreateMap <<<kgrid, kblock>>> ( d_Map, d_Ls, psi, nsrow ); in createMapOnDevice()
101 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, in createRelativeMapOnDevice() argument
108 ( d_Map, d_Ls, d_RelativeMap, pdi1, ndrow); in createRelativeMapOnDevice()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/CHOLMOD/Include/
H A Dcholmod_gpu_kernels.h25 int createMapOnDevice ( Int *d_Map, Int *d_Ls, Int psi, Int nsrow );
27 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, Int *d_RelativeMap,
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/CHOLMOD/Include/
H A Dcholmod_gpu_kernels.h25 int createMapOnDevice ( Int *d_Map, Int *d_Ls, Int psi, Int nsrow );
27 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, Int *d_RelativeMap,
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/CHOLMOD/Include/
H A Dcholmod_gpu_kernels.h25 int createMapOnDevice ( Int *d_Map, Int *d_Ls, Int psi, Int nsrow );
27 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, Int *d_RelativeMap,
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/CHOLMOD/Include/
H A Dcholmod_gpu_kernels.h25 int createMapOnDevice ( Int *d_Map, Int *d_Ls, Int psi, Int nsrow );
27 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, Int *d_RelativeMap,
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/CHOLMOD/Include/
H A Dcholmod_gpu_kernels.h25 int createMapOnDevice ( Int *d_Map, Int *d_Ls, Int psi, Int nsrow );
27 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, Int *d_RelativeMap,
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/CHOLMOD/Include/
H A Dcholmod_gpu_kernels.h25 int createMapOnDevice ( Int *d_Map, Int *d_Ls, Int psi, Int nsrow );
27 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, Int *d_RelativeMap,
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/CHOLMOD/Include/
H A Dcholmod_gpu_kernels.h25 int createMapOnDevice ( Int *d_Map, Int *d_Ls, Int psi, Int nsrow );
27 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, Int *d_RelativeMap,
/dports/math/suitesparse-config/SuiteSparse-5.10.1/CHOLMOD/Include/
H A Dcholmod_gpu_kernels.h25 int createMapOnDevice ( Int *d_Map, Int *d_Ls, Int psi, Int nsrow );
27 int createRelativeMapOnDevice ( Int *d_Map, Int *d_Ls, Int *d_RelativeMap,

123