-
Notifications
You must be signed in to change notification settings - Fork 232
LPs on Halide #1814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pareenaverma
merged 13 commits into
ArmDeveloperEcosystem:main
from
dawidborycki:LP-Halide
Sep 22, 2025
+2,002
−0
Merged
LPs on Halide #1814
Changes from 6 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
ae6be9d
Halide: Intro
dawidborycki 030985b
Lesson 2
dawidborycki 6808521
Create fusion.md
dawidborycki 7148683
AOT
dawidborycki 06d4a2d
Android
dawidborycki dd0a3ba
Addressing comments
dawidborycki 0a9355e
Addressing comments
dawidborycki 043ced9
Addressing comments
dawidborycki 92924b5
2nd round
dawidborycki a0c4524
Updates
dawidborycki 49fcc35
Updates
dawidborycki 5bb5e67
Update _index.md
pareenaverma 6704def
Update _index.md
pareenaverma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+1.17 MB
content/learning-paths/mobile-graphics-and-gaming/android_halide/Figures/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.17 MB
content/learning-paths/mobile-graphics-and-gaming/android_halide/Figures/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+294 KB
content/learning-paths/mobile-graphics-and-gaming/android_halide/Figures/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+690 KB
content/learning-paths/mobile-graphics-and-gaming/android_halide/Figures/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+535 KB
content/learning-paths/mobile-graphics-and-gaming/android_halide/Figures/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+150 KB
content/learning-paths/mobile-graphics-and-gaming/android_halide/Figures/06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+651 KB
content/learning-paths/mobile-graphics-and-gaming/android_halide/Figures/07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+229 KB
content/learning-paths/mobile-graphics-and-gaming/android_halide/Figures/08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+617 KB
content/learning-paths/mobile-graphics-and-gaming/android_halide/Figures/09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+456 KB
content/learning-paths/mobile-graphics-and-gaming/android_halide/Figures/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions
52
content/learning-paths/mobile-graphics-and-gaming/android_halide/_index.md
This file contains hidden or 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,52 @@ | ||
--- | ||
title: Halide Essentials. From Basics to Android Integration | ||
minutes_to_complete: 180 | ||
|
||
who_is_this_for: This is an introductory topic for software developers interested in learning how to use Halide for image processing. | ||
|
||
learning_objectives: | ||
- Introduction, Background, and Installation. | ||
- Building a Simple Camera/Image Processing Workflow. | ||
- Demonstrating Operation Fusion. | ||
- Integrating Halide into an Android (Kotlin) Project | ||
|
||
|
||
prerequisites: | ||
dawidborycki marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Basic C++ knowledge | ||
- Basic programming knowledge | ||
- Android Studio with Android Emulator | ||
|
||
author: Dawid Borycki | ||
|
||
### Tags | ||
skilllevels: Introductory | ||
subjects: Performance and Architecture | ||
pareenaverma marked this conversation as resolved.
Show resolved
Hide resolved
|
||
armips: | ||
- Cortex-A | ||
- Cortex-X | ||
operatingsystems: | ||
- Android | ||
tools_software_languages: | ||
- Android Studio | ||
- Coding | ||
|
||
further_reading: | ||
dawidborycki marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- resource: | ||
title: Halide 19.0.0 | ||
link: https://halide-lang.org/docs/index.html | ||
type: website | ||
- resource: | ||
title: Halide GitHub | ||
link: https://github.com/halide/Halide | ||
type: repository | ||
- resource: | ||
title: Halide Tutorials | ||
link: https://halide-lang.org/tutorials/ | ||
type: website | ||
|
||
|
||
### FIXED, DO NOT MODIFY | ||
# ================================================================================ | ||
weight: 1 # _index.md always has weight of 1 to order correctly | ||
layout: "learningpathall" # All files under learning paths have this same wrapper | ||
learning_path_main_page: "yes" # This should be surfaced when looking for related content. Only set for _index.md of learning path content. | ||
--- |
8 changes: 8 additions & 0 deletions
8
content/learning-paths/mobile-graphics-and-gaming/android_halide/_next-steps.md
This file contains hidden or 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,8 @@ | ||
--- | ||
# ================================================================================ | ||
# FIXED, DO NOT MODIFY THIS FILE | ||
# ================================================================================ | ||
weight: 21 # Set to always be larger than the content in this path to be at the end of the navigation. | ||
title: "Next Steps" # Always the same, html page title. | ||
layout: "learningpathall" # All files under learning paths have this same wrapper for Hugo processing. | ||
--- |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.