NVBIO
|
#include "static.h"
Go to the source code of this file.
Classes | |
class | mgpu::noncopyable |
class | mgpu::CudaBase |
class | mgpu::intrusive_ptr< T > |
Namespaces | |
mgpu | |
Functions | |
int | mgpu::Rand (int min, int max) |
int64 | mgpu::Rand (int64 min, int64 max) |
uint | mgpu::Rand (uint min, uint max) |
uint64 | mgpu::Rand (uint64 min, uint64 max) |
float | mgpu::Rand (float min, float max) |
double | mgpu::Rand (double min, double max) |
long | mgpu::intrusive_ptr_add_ref (CudaBase *base) |
void | mgpu::intrusive_ptr_release (CudaBase *base) |