harlan icon indicating copy to clipboard operation
harlan copied to clipboard

Support asynchronous kernels

Open calvis opened this issue 13 years ago • 1 comments

In particular, this means adding an async-kernel form. This may not be necessary. However, the language has enough information that we can probably generate asynchronous code for kernels by default, which means we can automatically overlap CPU and GPU computation.

calvis avatar Apr 28 '12 17:04 calvis

We have a test case with some example syntax here: https://github.com/eholk/harlan/blob/master/test/async-kernel.kfc

eholk avatar Mar 08 '13 16:03 eholk