what steps do i need to combine cuda & clapack?

i have a cuda code that is working fine and now i need to combine clapack and cuda.

at this point the clapack part is run on cpu only.

basically i am calling linear system solver in clapack.

i am using vs2005 to compile c and cuda code is developed based on one of templates found in SDK directory.

any comments are helpful. thank in advance.