Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

Assuming freedom to choose whichever currently available GPU is most suited for the job, is it currently feasible to do GPU computation (either CUDA or OpenCL) on Linux using one of the open source GPU kernel drivers (i.e. not fgrlx or nvidia's binary driver)?

share|improve this question

migrated from stackoverflow.com Mar 26 '14 at 5:06

This question came from our site for professional and enthusiast programmers.

2 Answers 2

Not really. And it won't be supported for the foreseeable future. They still have so much work to do with just the graphics part that there is no time to develop the computing stack.

I personally relate to the closed drivers as I do to the actual HW, I cannot change the HW so I don't mind that I cannot change the drivers. Even though the closed drivers tend to be rather buggy and it takes ages for them to support new kernels and new X.org.

share|improve this answer

sharpneli already provided the right answer. However, I would like to also point out this article which indicates that there might be a change in thinking at least from AMD. But that will most likely take several month (years) before we will actually see a real open source driver that runs OpenCL.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.