================ @@ -101,6 +103,10 @@ Error_t StreamDestroy(Stream_t stream); Error_t StreamSynchronize(Stream_t stream); +extern "C" Error_t LaunchKernel(const char *KernelID, dim3 GridDim, ---------------- kevinsala wrote:
Why some are declared extern C and other not? https://github.com/llvm/llvm-project/pull/213390 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
