|
|
|
|
|
by torrance
1496 days ago
|
|
I’ve used CUDA and Julia extensively in my work for radio astronomy imaging applications. I can say it is a delight to work with. All the usual GPU tips and tricks still apply, of course, and you need to pay careful attention to sequential memory accesses and so on (as with all GPU programming). But staying in the one, high level language is a real boon, and having access to native types and methods directly in my kernels is fantastic. I can’t speak highly enough of it. And for performance comparison, I see between 3-4 orders of magnitude improvement in speed, about as fast as native CUDA. |
|