Compiling Eigen library with nvcc (CUDA)

前端 未结 3 1784
长发绾君心
长发绾君心 2020-12-17 02:45

I tried to compile following program (main.cu) with the nvcc (CUDA 5.0 RC):

#include 
#include 

int main( int argc, char**         


        
3条回答
  •  余生分开走
    2020-12-17 03:35

    It looks like one of the core contributors to Eigen is porting it to be compatible with CUDA. The idea would be to call it from kernel code.

提交回复
热议问题