PGI User Forum
 SearchSearch   MemberlistMemberlist     RegisterRegister   ProfileProfile    Log inLog in 

CUDA-x86.

Search found 1 match
PGI User Forum Forum Index
Author Message
  Topic: Acc. restriction: function/procedure calls are not supported
VaibhavJ

Replies: 1
Views: 171

PostForum: Accelerator Programming   Posted: Wed Apr 24, 2013 11:49 pm   Subject: Acc. restriction: function/procedure calls are not supported
I am trying to compile the following code:
for(int i=0;i<1000;i++)
for(int j=0;j<1000;j++)
a[i][j] = 1;
#pragma data copy(a)
#pragma acc kernels
for(int i=0;i<1000;i++)
for(int ...
 
Page 1 of 1
All times are GMT - 7 Hours
Jump to:  


Powered by phpBB © 2001, 2002 phpBB Group