Stijn
MModular
•Created by Jack Clayton on 5/10/2024 in #community-showcase
Basalt: ML Framework
There are definitely some influences from other frameworks, but it's also very much tailored to whatever Mojo allows. You'll should recognize stuff from pytorch, tinygrad, mlx. Those are probably the ones that are most looked at
26 replies
MModular
•Created by NKspartan on 5/14/2024 in #questions
Will mojo support JIT compilation?
Could you share an example?
25 replies
MModular
•Created by NKspartan on 5/14/2024 in #questions
Will mojo support JIT compilation?
+1
25 replies
MModular
•Created by Stijn on 4/1/2024 in #questions
Parameters style guide
Sorry for the delay. Filed the issue here
https://github.com/modularml/mojo/issues/2557
11 replies
MModular
•Created by Kyle Hassold on 10/28/2023 in #questions
Fastest Matrix Multiplication
@jon-chuang Very impressive result. Thanks for sharing
20 replies
MModular
•Created by seb on 10/22/2023 in #questions
List of memory-only structs
Just found this: https://docs.modular.com/mojo/stdlib/builtin/builtin_list.html#variadiclistmem.
Just handling pointers without having to deal with
register_passable("trivial")
8 replies
MModular
•Created by seb on 10/22/2023 in #questions
List of memory-only structs
@seb This looks like a working workaround. Will have a better look at it later:
cfr. @rd4com : new small tutorial: 🤹 making lists of structs with magic operators (until lifetimes) https://github.com/rd4com/mojo-learning/blob/main/tutorials/lists-of-structs-magic-operators-pre-lifetimes.md
8 replies
MModular
•Created by seb on 10/22/2023 in #questions
List of memory-only structs
I'm here now (trying to work around it)
But you can't do the pointer.load() as well.
I know you could probably do it with Low level IR. But i would rather not go down that rabithole
8 replies
MModular
•Created by seb on 10/22/2023 in #questions
List of memory-only structs
@Stole @seb Currently running into the same error. I tried to store the pointers of your class in a DynamicVector and that works. But when you are trying to dereference again it produces the same error. Any of you, or anyone else, that have found a workaround while we are waiting for traits?
8 replies
MModular
•Created by Stijn on 10/22/2023 in #questions
redefinition of symbol named '$< ... >'
New github issue
https://github.com/modularml/mojo/issues/1140
6 replies
MModular
•Created by Stijn on 10/22/2023 in #questions
redefinition of symbol named '$< ... >'
Yeah i might do that
6 replies
MModular
•Created by Stijn on 10/2/2023 in #questions
cannot be copied into its destination
Solved it:
4 replies
MModular
•Created by Stijn on 10/2/2023 in #questions
cannot be copied into its destination
As soon as I start using the copies I'm getting:
Any idea?
4 replies