Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated numojo to mojo24.5 #108

Conversation

shivasankarka
Copy link
Collaborator

Updates:

  • Added Formattable trait and fixed the print() function.
  • Minor updates to things like Slice, __setitem__

Notes:

  • Commented out VectorizedParallelizedNworkers and it's corresponding tests since it's crashes the compiler.
  • All the Matmul functions result in Seg fault except for matmul_naive. Even then, the matmul_naive results are wrong when compared to numpy.
  • The inv and solve function in linalg module output wrong values such as Nan, Inf etc for some values.

Copy link
Collaborator

@forFudan forFudan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge this into experimental and then solve the issues associated with the update to Mojo 24.5.

@shivasankarka shivasankarka merged commit 5d0fa9a into Mojo-Numerics-and-Algorithms-group:experimental Sep 14, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants