Kyle Hassold
Kyle Hassold
MModular
Created by Kyle Hassold on 11/2/2023 in #questions
Range of SIMD[DType, 1]
Will the range function ever be extended to work for values of SIMD types? This question can also expand to the various methods and functions that expect other datatypes that are inherently similar to SIMD types. I know I can use the to_int() method on the SIMD type, but that just makes the code larger and potentially loss performance.
2 replies
MModular
Created by Kyle Hassold on 10/28/2023 in #questions
Fastest Matrix Multiplication
I have read somewhere in this discord that the matmul function showcased in the matmul notebook is not the fastest implementation possible in Mojo. When will the Mojo language include the fastest implementation, if ever?
20 replies