executionPlan, taskGraph #266
Replies: 2 comments 5 replies
-
Hi @aaronms1 . Thank you for your interest in TornadoVM.
Another great way to learn is through the Unit-tests, in which we test each supported and non-supported feature: Besides, we have the documentation webpage in which we explain the Task-Graphs, Execution Plans and how to express parallelism within TornadoVM: https://tornadovm.readthedocs.io/en/latest/programming.html Feel free to file new questions/proposals. Feel free to file new questions and proposals. |
Beta Was this translation helpful? Give feedback.
-
To be honest, it's probably my fault for not exploring the docs more, but I never found the 'full' page description link that you recently shared with me. I found it now at the bottom of the 'example' snippets on the main README.md. |
Beta Was this translation helpful? Give feedback.
-
Hello I'm Aaron a backend-engineer with a strong background in cyberSecurity. I'm interested in using tornadoVM in my encrypted data/transport framework. Here is my issue/question. Following the KernelApi examples, I found the executionPlan, taskGraphwill not work with my encryption/decryption/transport classes... is there a way i can use the existing executionPlan, taskGraph packages/classes to achieve what I'm attempting to to do, or do I need to write my own 'plan, and graph' packages/classes??
Also I'd love to contribute in any way I can to tornadoVM, and am open to collaborators in my framework.
Beta Was this translation helpful? Give feedback.
All reactions