benny
benny
MModular
Created by randomasiandude on 9/19/2024 in #questions
Segmentation Fault Core dumped
what is the intended value of ecwords?
25 replies
MModular
Created by Khaled M' on 4/1/2024 in #questions
Does anyone think Mojo could be great for Game Development?
i want in 😏
84 replies
MModular
Created by Hammad Ali on 9/8/2024 in #questions
always_inline and struct problem
I’m not sure? it may be the initializer then
7 replies
MModular
Created by Hammad Ali on 9/8/2024 in #questions
always_inline and struct problem
if i’m understanding correctly the function on line 93 as no inline may fix it
7 replies
MModular
Created by Hammad Ali on 9/8/2024 in #questions
always_inline and struct problem
if it’s an issue with inlining (I honestly haven’t fully read the code or error), just know that @always_inline and @no_inline both work as the names imply
7 replies
MModular
Created by TilliFe on 7/18/2024 in #community-showcase
Endia
Perfect, i’ll dm you in a few days and we can talk more, thanks 🙌🏻
55 replies
MModular
Created by TilliFe on 7/18/2024 in #community-showcase
Endia
Hey @TilliFe, amazing stuff! The plan was to do FFT for the next Mojo Marathons, would you be open to me using Endia as the benchmark / testing framework? Hopefully this could expose some more people to your work and ideally push the algorithm even further, let me know if you are interested
55 replies
MModular
Created by Cdjones on 8/18/2024 in #questions
Reading Tensor From File
I would assume it’s just writing a header with the metadata then just raw binary for the data, I think we did similar somewhere in <#1238547362012729355> , you won’t be able to read them without custom tools (or obviously tensor.from file)
6 replies
MModular
Created by HALFPOTATO on 8/8/2024 in #questions
Autodiff For Mojo
Basalt isn't being super actively maintained right now (my bad lol), so im not sure if it works with latest Mojo
10 replies
MModular
Created by HALFPOTATO on 8/8/2024 in #questions
Autodiff For Mojo
If you want stability and to be able to switch back to python, id stick with PyTorch. If you are willing to sacrafice a bit of safety and documentation for speed and being on the bleeding edge of tech, go with Endia
10 replies
MModular
Created by HALFPOTATO on 8/8/2024 in #questions
Autodiff For Mojo
You will see variations in what features are supported, PyTorch definitely having more, but also how often they are updated and general support in the Mojo ecosystem (Endia will likely win on that metric)
10 replies
MModular
Created by HALFPOTATO on 8/8/2024 in #questions
Autodiff For Mojo
I mean the biggest different is PyTorch is coded in Python (With some C++ I believe), and Endia is pure Mojo code
10 replies
MModular
Created by HALFPOTATO on 8/8/2024 in #questions
Autodiff For Mojo
@TilliFe ^
10 replies
MModular
Created by Nexus-6 on 9/10/2023 in #questions
Windows native SDK support
I can also confirm as a moderator that nobody has been banned or will be banned for asking for windows support assuming they are following other rules
110 replies
MModular
Created by HALFPOTATO on 8/8/2024 in #questions
Autodiff For Mojo
#Basalt: ML Framework and #Endia are the two closest I believe
10 replies
MModular
Created by xentropy on 8/3/2024 in #questions
Interfaces or Abstract Classes
I think you may also be missing this kind of syntax
func getInt[T: Intable]() -> T:
return 1
func getInt[T: Intable]() -> T:
return 1
Im not sure if that example works but my point is you never declare a trait as an actual type, rather a type of a type, meaning it must be passed as an argument that is then used to type a parameter, let me know if that helps at all
7 replies
MModular
Created by Orwink on 7/23/2024 in #questions
Why doesn't this work for creating lists?
you should be able to write this pretty easily too, since you’d just need to iterate over the range and set the values
13 replies
MModular
Created by TilliFe on 7/18/2024 in #community-showcase
Endia
I was worried you left since I haven’t seen you here in so long, but i’m glad you were working on this in the background 🔥
55 replies
MModular
Created by TilliFe on 7/18/2024 in #community-showcase
Endia
this is incredible
55 replies
MModular
Created by Jake Brooks on 6/6/2024 in #community-showcase
A Complex Math Library for Mojo
great work! id maybe consider a rename since right now i assumed this was calling glibc intrinsics (cmath)
9 replies