Y
Hacker News
new
|
ask
|
show
|
jobs
by
sandGorgon
3187 days ago
any opinions between cython vs numba ? especially now that numba has gpu acceleration
1 comments
jawilson2
3187 days ago
Never tried numba. I write all of our cuda stuff by hand anyway, and wrap that into cython from c++ where needed.
link