aboutsummaryrefslogtreecommitdiff
path: root/nerv/lib/matrix/cumatrix.h
blob: b47e14b5f7d75cce37151323d2d943d40384665f (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef NERV_CUMATRIX_H
#define NERV_CUMATRIX_H
#include "matrix.h"
#include "../common.h"
void nerv_cumatrix_print_profile();
void nerv_cumatrix_clear_profile();
void nerv_cumatrix_init();
void nerv_cumatrix_select_gpu(int dev, Status *status);
#endif