This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changed - Update `hero-openmp-examples` to `v1.2.1`: enabling extensible (double-colon) `run` and `clean` Makefile rules and readding the inclusion of `omp.h`; rename `make.inc` into `common/default.mk` - Update `libhero-target` to `v1.1.0`, fixing the `omp.h` inclusion in the heterogeneous application (#22). ### Fixed - Fix the inclusion of `omp.h` in the heterogeneous application (#22). Removed the dependency from `pulp.h` on the `libhero-target`.
- Loading branch information
1 parent
f4cafc5
commit ceeec24
Showing
4 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule hero-openmp-examples
updated
14 files
+1 −0 | .github/CODEOWNERS | |
+18 −0 | CHANGELOG.md | |
+5 −0 | Makefile | |
+9 −13 | common/default.mk | |
+2 −2 | helloworld/Makefile | |
+1 −1 | helloworld/helloworld.c | |
+2 −1 | linked-list/Makefile | |
+1 −1 | linked-list/linked-list.c | |
+1 −1 | mm-large/Makefile | |
+1 −1 | mm-large/mm-large.c | |
+1 −1 | mm-small/Makefile | |
+1 −1 | mm-small/mm-small.c | |
+13 −5 | sobel-filter/Makefile | |
+1 −0 | sobel-filter/src/main.c |
Submodule libhero-target
updated
6 files
+1 −0 | .github/CODEOWNERS | |
+7 −0 | CHANGELOG.md | |
+1 −1 | host/Makefile | |
+2 −2 | host/hero-target.c | |
+15 −20 | inc/hero-target.h | |
+1 −1 | pulp/hero-target.c |