45
0
Fork
You've already forked elara-math
0

Improve performance to match PyTorch #4

Closed
opened 2023年05月31日 16:49:07 +02:00 by Songtech-0912 · 2 comments
Songtech-0912 commented 2023年05月31日 16:49:07 +02:00 (Migrated from github.com)
Copy link

Due to the use of excessive clones, performance is currently very poor for the library, at ~8x slower than PyTorch. Clones should be minimized to improve performance. In addition, matmul() should be expedited by using iterators.

Due to the use of excessive clones, performance is currently very poor for the library, at ~8x slower than PyTorch. Clones should be minimized to improve performance. In addition, `matmul()` should be expedited by using iterators.
Songtech-0912 commented 2023年06月09日 17:03:56 +02:00 (Migrated from github.com)
Copy link

~2.1x speed improvement on matmul() achieved by 34033a02c0

~2.1x speed improvement on `matmul()` achieved by 34033a02c09fb048108a5d1cf08b9d3ad17abb5c
Songtech-0912 commented 2023年07月18日 05:37:40 +02:00 (Migrated from github.com)
Copy link

Implemented by #9

Implemented by #9
Sign in to join this conversation.
No Branch/Tag specified
main
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
elaraproject/elara-math#4
Reference in a new issue
elaraproject/elara-math
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?