Benchmark numpy/xsor #1

Open
opened 2 years ago by altescy · 0 comments
altescy commented 2 years ago
Owner

Commit: 71ccbac47c
Script: benchmark.py
Environment: M1 Macbook Pro (Apple M1 Pro / 32G RAM)
Output:

❯ poetry run python benchmark.py
[ ADD ]
  numpy ... 7.201s
  xsor ... 4.975s

[ MUL ]
  numpy ... 7.211s
  xsor ... 4.931s

[ SUM ]
  numpy ... 3.610s
  xsor ... 2.498s

[ MATMUL ]
  numpy ... 10.476s
  xsor ... 7.111s

[ ADD_SCALAR ]
  numpy ... 3.629s
  xsor ... 2.495s

Commit: [71ccbac47c](https://git.altescy.jp/altescy/xsor/commit/71ccbac47c751534d41c8d1b0eb0274763ff7391) Script: [benchmark.py](https://git.altescy.jp/altescy/xsor/src/commit/71ccbac47c751534d41c8d1b0eb0274763ff7391/benchmark.py) Environment: M1 Macbook Pro (Apple M1 Pro / 32G RAM) Output: ``` ❯ poetry run python benchmark.py [ ADD ] numpy ... 7.201s xsor ... 4.975s [ MUL ] numpy ... 7.211s xsor ... 4.931s [ SUM ] numpy ... 3.610s xsor ... 2.498s [ MATMUL ] numpy ... 10.476s xsor ... 7.111s [ ADD_SCALAR ] numpy ... 3.629s xsor ... 2.495s ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.