]> gitweb.factorcode.org Git - factor.git/commit
tensors: optimize matrix operations.
authorNandeeka Nayak <nandeeka@gmail.com>
Tue, 29 Oct 2019 17:09:38 +0000 (10:09 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 13 Dec 2019 22:52:09 +0000 (14:52 -0800)
commita7722b0804bd3e3378741b2768cede4526286daf
tree4d9c33d2a029e867225563108d45447cec5e1e90
parentec58d39bb2402e72b0aed3bf73e957db6738a8d2
tensors: optimize matrix operations.

tensors: Add benchmarking file

tensors: Add addition and multiplication tests for benchmarking

tensors: inlined slicing to improve metrics.

tensors: fix help-lint warnings.

tensors: restore newer matmul

tensors: add fixnum declaration.

tensors: away with you, unsafe!

tensors: transpose added to benchmarks

tensors: optimize matmul to be within an order of magnitude of np.

tensors: remove type declaration.

tensors: optimize matmul.
extra/tensors/benchmark/benchmark.factor [new file with mode: 0644]
extra/tensors/tensors.factor