From dc76577e2f1d851d6eb4963fa24d310d847b6786 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Mon, 23 Sep 2019 17:42:14 -0400 Subject: CPU Hello World (#1065) * First pass on cpu-hello-world application. * Improvements to cpu-hello-world * Improved documentation around cpu-hello-world. Added information about C++/CPU targets to README.md Referenced cpu-target. --- docs/cpu-target.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/cpu-target.md') diff --git a/docs/cpu-target.md b/docs/cpu-target.md index d6bc34880..d9734ae90 100644 --- a/docs/cpu-target.md +++ b/docs/cpu-target.md @@ -83,6 +83,8 @@ The returned function pointer should be cast to the appropriate function signatu For pass through compilation of C/C++ this mechanism allows any functions marked for export to be directly queried. +For a complete example on how to execute CPU code using `spGetEntryPointHostCallable` look at code in `example/cpu-hello-world`. + ABI === -- cgit v1.2.3