<html><body><p>Hi Jason,<br><br>I'm trying to better understand your StreamExecutor proposal and how it relates to other parallel programming models and runtimes such as RAJA [1], KOKKOS [2], or some hypothetical SPARK C++ API.<br><br>Please correct me if I'm misunderstanding your proposal, but I think the essence of what you want from the compiler is type safety for accelerator kernel launches, i.e., you would like the frontend to parse, check, and codegen for the construct:<br>add_mystery_value<<<1, 1>>>(kernel_input_argument, *result.ptr());<br><br>Is that a correct understanding?<br><br>Thanks,<br>Arpith<br><br>[1] <a href="http://computation.llnl.gov/projects/raja-managing-application-portability-next-generation-platforms">http://computation.llnl.gov/projects/raja-managing-application-portability-next-generation-platforms</a><br>[2] <a href="https://github.com/kokkos/kokkos">https://github.com/kokkos/kokkos</a><BR>
</body></html>