Commit dd01dec
authored
feat: add LiveView Native support (#9)
* feat: initial lvn setup
* feat: add mix task for asset downloads
* fix: nx_iree as a lib compilation
* feat: add file download mix task
* feat: improve download script
* feat: add nx_iree lib and includes
* feat: update headers and add initial implementation of dynamic module call
* feat: working compilation for ipad
* feat: send bytecode and signature to device given handle_info message
* feat: add msg/reply for sending an execution to a liveview
* feat: add actual cpp bridge
* feat: connect lvn with iree
* fix: update iree
* fix: read data from buffer if data is not present
* fix: constructor clause
* feat: working MVP for on-device execution
* feat: add automatic output decoding
* feat: add camera function
* wip: add image processing example
* feat: first working on-device example
* feat: working noise-add example
* feat: working version with live preview
* feat: set fixed rotation angle
* feat: working demo with noise-adder
* feat: reduce memory leak intensity
* feat: final elixir conf code
* chore: lvn->embedded
* gitignore adjustments1 parent 0392d0e commit dd01dec
File tree
480 files changed
+62429
-64
lines changed- .github/workflows
- cmake/src
- embedded_devices/live_nx_iree
- assets
- css
- js
- vendor
- config
- lib
- live_nx_iree_web
- components
- layouts_swiftui
- layouts
- controllers
- page_html
- live
- camera_live
- home_live
- swiftui
- styles
- live_nx_iree
- native/swiftui
- BuildArtifacts
- LiveNxIREE.xcodeproj
- project.xcworkspace
- xcuserdata/paulo.valente.xcuserdatad
- xcuserdata/paulo.valente.xcuserdatad
- xcdebugger
- xcschemes
- LiveNxIREE
- Assets.xcassets
- AppIcon.appiconset
- NxAddon
- Preview Content/Preview Assets.xcassets
- c_src
- nx_iree
- include
- iree
- base
- internal
- flatcc
- tracing
- builtins
- device
- ukernel
- arch
- arm_64
- x86_64
- tools
- hal
- cts
- drivers
- cuda
- registration
- hip
- registration
- local_sync
- registration
- local_task
- registration
- metal
- registration
- vulkan
- registration
- util
- local
- elf
- loaders
- registration
- plugins
- registration
- utils
- io
- formats
- gguf
- irpa
- safetensors
- modules
- check
- hal
- inline
- loader
- utils
- io/parameters
- vmvx
- runtime
- schemas
- instruments
- task
- testing
- testing
- tooling
- modules
- vm
- bytecode
- utils
- generated
- dynamic
- nx_iree
- lib
- host
- ios_simulator
- ios
- tvos_simulator
- tvos
- visionos_simulator
- visionos
- priv
- gettext
- en/LC_MESSAGES
- repo
- migrations
- static
- images
- test
- live_nx_iree_web
- controllers
- live
- support
- lib
- mix/tasks/nx_iree
- nx_iree
- priv
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
480 files changed
+62429
-64
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
84 | 97 | | |
85 | 98 | | |
86 | 99 | | |
| |||
341 | 354 | | |
342 | 355 | | |
343 | 356 | | |
344 | | - | |
| 357 | + | |
345 | 358 | | |
346 | 359 | | |
347 | 360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments