James Usevitch
James Usevitch
MModular
Created by TilliFe on 7/18/2024 in #community-showcase
Endia
@TilliFe This library looks awesome! Just curious--there's a lot of focus on JIT compilation in the docs. Are there any limitations on AOT compilation for Endia?
47 replies
MModular
Created by toasty on 6/2/2024 in #questions
What features or libraries are you waiting for before you start using Mojo in your domain?
My domain is control theory / autonomous systems. I'm very interested in how Mojo could accelerate the deployment of AOT compiled ML / RL elements onboard mobile robots. I'm waiting for the following features: * Better C FFI / interoperability (C++ and/or Rust would be great as well). This would allow for much easier integration with existing frameworks such as ROS2 or Zenoh. * The ability to call statically compiled Mojo code from Python (the reverse is currently possible). * Support for embedded systems and microcontrollers. It would be fantastic to code elements such as UAV autopilots in Mojo. It would also be great to use Mojo for AOT compiling ML elements to run on companion computers such as Raspberry Pis or Nvidia Jetsons. * A rock solid general-purpose autodiff framework similar to JAX.
11 replies
MModular
Created by James Usevitch on 12/5/2023 in #questions
Documentation for @staticmethod decorator
Perfect, thanks!
6 replies
MModular
Created by Hasan Yousef on 11/18/2023 in #questions
Running code at GPU
I only caught part of the keynote, but it sounded to me as if Mojo GPU execution was only available through the MAX Engine. Is it possible to execute Mojo code on the GPU without MAX?
14 replies