JuliaGPU / CUDA.jl

CUDA programming in Julia.
https://juliagpu.org/cuda/
Other
1.21k stars 221 forks source link

Hostcall #440

Open maleadt opened 4 years ago

maleadt commented 4 years ago

We should have a hostcall interface, as it'll enable many future developments (I/O, GC, etc). Probably needs both a blocking and non-blocking version, and maybe the ability to queue up multiple calls concurrently?

Some resources:

maleadt commented 4 months ago

Another potentially interesting resource (and PR): https://github.com/iree-org/iree/issues/4727