Skip to content

Conversation

@henrique-borba
Copy link
Member

@henrique-borba henrique-borba commented Jun 20, 2024

  • Creates NDArray::save($a, string $filename) and NDArray::load(string $filename) methods for persisting NDArrays as an alternative to serialize. This may be faster in some cases.
  • Remove the matmul custom kernel and use cuBLAS. There does not appear to be a significant overhead that would justify the use of a specific kernel. Implemented by https://github.com/SkibidiProduction

@henrique-borba henrique-borba added the enhancement New feature or request label Jun 20, 2024
@henrique-borba henrique-borba added this to the 0.5.1 milestone Jun 20, 2024
@henrique-borba henrique-borba self-assigned this Jun 20, 2024
@henrique-borba henrique-borba merged commit 9806ea1 into main Jun 20, 2024
@henrique-borba henrique-borba deleted the fix/cublas_matmul branch June 20, 2024 07:34
@henrique-borba
Copy link
Member Author

Fix #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Development

Successfully merging this pull request may close these issues.

2 participants