Tagged Questions

<a href="http://www.bitfauna.com/projects/cusp/">Cusp</a> is an Eclipse-based interaction environment for Common Lisp (mainly SBCL) that utilizes the same Swank backend as SLIME.

learn more… | top users | synonyms

1
vote
1answer
204 views

Getting CUSP working in Eclipse

I have just installed the latest unofficial version of Cusp to go along with this tutorial on Cusp. I do exactly as it says, verbatim, and when I save my main.lisp file, I see an error on the ...
1
vote
1answer
287 views

Can one make CUSP use one's own SBCL?

I've already got slime+emacs+sbcl running (SBCL 1.0.23) on my Windows XP machine. CUSP installs with SBCL 1.0.6. Is there a way to make CUSP use the existing SBCL installation instead of its own?
1
vote
1answer
224 views

“Package LISP-UNIT is not loaded” error in Cusp Eclipse plug-in

I'm getting the following error in Eclipse using the Cusp plug-in: Package LISP-UNIT is not loaded How do I fix it?
0
votes
1answer
78 views

CUDA Cusp in Windows7

I have trouble getting the CUSP (version 0.2) library running under windows7 x64 and visual studio 2008. When including for example: #include <cusp/hyb_matrix.h> i get the following error: ...
0
votes
0answers
69 views

Memcopy time in cusp library

How can I measure the time required to copy the things to the device in cusp library. I've created a csr matrix in device memory? Will the profiler give me everything or there is some other trick for ...
0
votes
1answer
144 views

Converting from COO to Compressed sparse matrix

I wanted CSR files preferably from matrix market for my OpenCL library, I searched a lot for CSR generators in C but didn't get any. I find matrix market formats comfortable since they have defined ...
0
votes
1answer
52 views

CUSP kernel codes

I was wondering if I could find the kernel codes for the spmv and conversions in CUSP library. I scanned the whole library but couldn't find it. Is that proprietary or something like that??