commit | 7402fea0a8e63e3ea248257047c584afee8f8bde | [log] [tgz] |
---|---|---|
author | Benoit Steiner <benoit.steiner.goog@gmail.com> | Fri May 16 15:08:05 2014 -0700 |
committer | Benoit Steiner <benoit.steiner.goog@gmail.com> | Fri May 16 15:08:05 2014 -0700 |
tree | 429aee7ea314c579ed62c1c5e1ff84850b14370a | |
parent | 0320f7e3a71406b9a03d1bab0d168fd76e63d457 [diff] |
Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...) Added the ability to parallelize the evaluation of a tensor expression over multiple cpu cores. Added the ability to offload the evaluation of a tensor expression to a GPU.