#pragma acc host_data use_device() with complex variables

前端 未结 0 1154
梦谈多话
梦谈多话 2020-12-07 22:46

I need to pass to #pragma acc host_data use_device() an element of a vector of pointers of vectors:

static double *send_bufL[3];
static double *r         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题