-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Daemon native code in Haskell with Accelerate #12
Comments
If we succeed, this is gonna be incredibly cool. In my new laptop I have a GeForce (same as the machine at home) so I can test CUDA-powered code. As far as I remember, Accelerate provide only CUDA out of the box, whilst the OpenCL backend was experimental. Maybe is the right time to do a survey on the state of the art :) Even though I think is just CPU parallelism, not GPU :) |
Is your work computer the new MacBook Pro with the funky GeForce GT 650M? (Ask Guy or Pete to buy it for you if it isn't ;)) |
Yes, it is :) |
🍰 |
Nice! |
Similar code to the OpenCV
daemon/main.cpp
, but in Haskell, with Accelerate and CUDA. Use the Haskell RabbitMQ libraries to talk to AMQP in the same way. The aim is to be able to run either the compiled C++ code or the compiled Haskell code and get the same result in Scala.The text was updated successfully, but these errors were encountered: