Swarm-NG  1.1
utilities.cu File Reference

provides several utility functions for public interface for swarm libaray More...

#include "../common.hpp"
#include "utilities.hpp"

Go to the source code of this file.

Namespaces

 swarm
 Swarm-NG library.
 

Constant Groups

 swarm
 Swarm-NG library.
 

Functions

int swarm::number_of_active_systems (ensemble ens)
 Count the number of active systems on GPU without downloading the ensemble. More...
 
bool swarm::configure_grid (dim3 &gridDim, int threadsPerBlock, int nthreads, int dynShmemPerThread, int staticShmemPerBlock)
 Configur grid. More...
 
void swarm::find_best_factorization (unsigned int &bx, unsigned int &by, int nblocks)
 Find best factorization. More...
 

Detailed Description

provides several utility functions for public interface for swarm libaray

Definition in file utilities.cu.