Hi,
I am trying to use asfermi now. However, I encountered a problem
listed below.
I download the test example in svn/test/ and then:
(1) assemble the 1 (or 2, 3, 4) to cubin file, namely, 1.k (or 2.k,
3.k, 4.k) using asfermi;
(2) compiler the file
main.cu using nvcc (v4.1, and my local os is
ubuntu 10.04 (64bit) and GPUs is Quadro5000);
(3) run the app: ./main 1.k k
Then it reports:
----------------------------------------
Success at 100
Success at 95
./main: symbol lookup error: ./main: undefined symbol: cuCtxCreate_v2
----------------------------------------
When I run the other cubin files (2.k, 3.k, and 4.k), the results
reported are the same.
Could anyone tell me the reason(s)? Is it because of my systems or
configurations?
Regards,
Jianbin