bnmf-algs
Namespaces | Functions
util.hpp File Reference

Go to the source code of this file.

Namespaces

 bnmf_algs
 Main namespace for bnmf-algs library.
 
 bnmf_algs::cuda
 cuda namespace contains functions that operate on nvidia GPUs using CUDA routines.
 

Functions

template<typename Integer >
void bnmf_algs::cuda::init (Integer device)
 Initialize CUDA runtime. More...
 
template<typename Integer >
Integer bnmf_algs::cuda::idiv_ceil (Integer a, Integer b)
 Return ceiling of integer division between given parameters. More...