CULA in the kernel function of CUDA
4 posts
• Page 1 of 1
CULA in the kernel function of CUDA
Hi,
I am using CULA function to accelerate my algorithm.
Can the CULA function be used in the kernel function of CUDA?
For example, I use the function 'culaDeviceDposv' in the following kernel function
__global__ void vvdot(double *a1, double *a2, double *res)
{
...
culaDeviceDposv('U',10,10,a1,10,a2,10);
...
}
The VS compiler tells me that the culaDeviceDposv can not be used in that way.
Does it mean that the CULA function can only be used in the host?
Thank you very much.
Best regards,
thulzx
I am using CULA function to accelerate my algorithm.
Can the CULA function be used in the kernel function of CUDA?
For example, I use the function 'culaDeviceDposv' in the following kernel function
__global__ void vvdot(double *a1, double *a2, double *res)
{
...
culaDeviceDposv('U',10,10,a1,10,a2,10);
...
}
The VS compiler tells me that the culaDeviceDposv can not be used in that way.
Does it mean that the CULA function can only be used in the host?
Thank you very much.
Best regards,
thulzx
- thulzx
- Posts: 6
- Joined: Sat May 04, 2013 7:33 am
Re: CULA in the kernel function of CUDA
CULA functions are host only.
- john
- Administrator
- Posts: 587
- Joined: Thu Jul 23, 2009 2:31 pm
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest