Home
last modified time | relevance | path

Searched refs:NVEC_CUDA_MEMHELP (Results 1 – 2 of 2) sorted by relevance

/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/cuda/
H A Dnvector_cuda.cu272 if (NVEC_CUDA_MEMHELP(v) == NULL) in N_VNew_Cuda()
353 if (NVEC_CUDA_MEMHELP(v) == NULL) in N_VNewManaged_Cuda()
393 if (NVEC_CUDA_MEMHELP(v) == NULL) in N_VMake_Cuda()
434 if (NVEC_CUDA_MEMHELP(v) == NULL) in N_VMakeManaged_Cuda()
476 if (NVEC_CUDA_MEMHELP(v) == NULL) in N_VMakeWithManagedAllocator_Cuda()
486 NVEC_CUDA_MEMHELP(v)->content = (void*) ua; in N_VMakeWithManagedAllocator_Cuda()
487 NVEC_CUDA_MEMHELP(v)->ops->alloc = UserAlloc; in N_VMakeWithManagedAllocator_Cuda()
488 NVEC_CUDA_MEMHELP(v)->ops->dealloc = UserDealloc; in N_VMakeWithManagedAllocator_Cuda()
731 NVEC_CUDA_MEMHELP(v) = SUNMemoryHelper_Clone(NVEC_CUDA_MEMHELP(w)); in N_VClone_Cuda()
736 if (NVEC_CUDA_MEMHELP(v) == NULL) in N_VClone_Cuda()
[all …]
/dports/math/sundials/sundials-5.7.0/src/nvector/cuda/
H A Dnvector_cuda.cu272 if (NVEC_CUDA_MEMHELP(v) == NULL) in N_VNew_Cuda()
353 if (NVEC_CUDA_MEMHELP(v) == NULL) in N_VNewManaged_Cuda()
393 if (NVEC_CUDA_MEMHELP(v) == NULL) in N_VMake_Cuda()
434 if (NVEC_CUDA_MEMHELP(v) == NULL) in N_VMakeManaged_Cuda()
476 if (NVEC_CUDA_MEMHELP(v) == NULL) in N_VMakeWithManagedAllocator_Cuda()
486 NVEC_CUDA_MEMHELP(v)->content = (void*) ua; in N_VMakeWithManagedAllocator_Cuda()
487 NVEC_CUDA_MEMHELP(v)->ops->alloc = UserAlloc; in N_VMakeWithManagedAllocator_Cuda()
488 NVEC_CUDA_MEMHELP(v)->ops->dealloc = UserDealloc; in N_VMakeWithManagedAllocator_Cuda()
731 NVEC_CUDA_MEMHELP(v) = SUNMemoryHelper_Clone(NVEC_CUDA_MEMHELP(w)); in N_VClone_Cuda()
736 if (NVEC_CUDA_MEMHELP(v) == NULL) in N_VClone_Cuda()
[all …]