Feat C++ API
A feature engineering automation tool
cuda_utils.h File Reference

Go to the source code of this file.

Namespaces

 FT
 main Feat namespace
 
 FT::Pop
 namespace containing population representations used in Feat
 
 FT::Pop::Op
 namespace representing various operations on population individuals used in Feat
 

Macros

#define omp_get_thread_num()   0
 
#define omp_get_max_threads()   1
 

Functions

void FT::Pop::Op::choose_gpu ()
 
void FT::Pop::Op::initialize_cuda ()
 

Variables

int NUM_SMS
 
int DIM_GRID
 
int DIM_BLOCK
 

Macro Definition Documentation

◆ omp_get_max_threads

#define omp_get_max_threads ( )    1

Definition at line 13 of file cuda_utils.h.

◆ omp_get_thread_num

#define omp_get_thread_num ( )    0

Definition at line 12 of file cuda_utils.h.

Variable Documentation

◆ DIM_BLOCK

int DIM_BLOCK
extern

◆ DIM_GRID

int DIM_GRID
extern

◆ NUM_SMS

int NUM_SMS
extern