-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganizing Halide apps and fixed blur's test/documentation (#598)
I accidentally reused the same branch so it looks like there's a lot of commits, but really it's just one small commit + merging main.
- Loading branch information
1 parent
1e700c9
commit 5c036d6
Showing
8 changed files
with
43 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Run the following command to compile and run. | ||
``` | ||
exocc -o blur --stem blur blur.py | ||
g++ -o png_process main.cpp blur/blur.c -lpng -mavx2 -fopenmp; ./png_process | ||
``` | ||
|
||
The Halide schedule should be around 17x faster. Then run this to check output equivalence: | ||
``` | ||
diff blur.png exo_blur_halide.png | ||
``` |
File renamed without changes.
File renamed without changes
File renamed without changes
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
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