avo_cuddle🥑
avo_cuddle🥑
MModular
Created by avo_cuddle🥑 on 12/5/2023 in #questions
boost c++ -> python -> mojo ?
Could i use boost and ctypes for c++/python interop and then the mojo/Python interop to make libraries for mojo ? if so would this be very computationally expensive ?
1 replies
MModular
Created by avo_cuddle🥑 on 12/1/2023 in #questions
%%python not working
Hello, i want to use some python inside my mojo files. When i run the cli mode on my wsl ubuntu, i can use the %%python functionality. However on the wsl vscode i get "expressions are not yet supported on the file scope level". However in the official github code example https://github.com/modularml/mojo/blob/main/examples/simple_interop.py it looks like there is already interop support. did I do some installation mistake or is this the case for everyone ? thank you.
2 replies
MModular
Created by avo_cuddle🥑 on 12/1/2023 in #questions
cellular automata
Hi I am trying to implement a general purposed cellular automata library in mojo and want to use opengl to render the grid. few questions : 1. is opengl or any famous low level/fast GPU based graphics library supported ? if not would you think I would run into backwards compatibility problems if i use the pyopengl library ? 2. is GPU level SIMD going to be supported soon ? because as far as i'm aware the current SIMD parallelization happens on the cpu level only. thank you
2 replies