Firas
Firas
MModular
Created by Firas on 9/9/2024 in #questions
vectorize functional VS SIMD regular ops
Thanks a lot ... yes at the end i assumed that....
7 replies
MModular
Created by Firas on 9/9/2024 in #questions
vectorize functional VS SIMD regular ops
thanks Jake ! thanks for letting me know about the pointer things 👍 Regarding the question, for instance, if we examine the inner loop in the matrix multiplication example from Mojo, they implement it using vectorization. Therefore, if we convert the data to SIMD format and utilize SIMD operations, would the process would be faster ?
7 replies
MModular
Created by Firas on 9/7/2024 in #questions
How to random int ??
ok thanks guys I was so confused and tired after hours of coding, all what I needed is the int() builtin function 🫂
5 replies
MModular
Created by Firas on 5/2/2024 in #questions
RayTracing example - __add__ method (dunder methods)
Ok wow thanks a lot !!
5 replies