diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-09-23 17:42:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-23 17:42:14 -0400 |
| commit | dc76577e2f1d851d6eb4963fa24d310d847b6786 (patch) | |
| tree | e762a2fc22b36d585456e8345f2562cdcbea5fdc /docs | |
| parent | e9f0544aa4737d5cba8424f95485811b4839d76e (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cpu-target.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 === |
