aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/tensors/README
Commit message (Collapse)AuthorAge
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master ↵Gravatar Mehdi Goli2019-11-28
| | | | | | | | | | | | | | | | | | | | | | branch. * Unifying all loadLocalTile from lhs and rhs to an extract_block function. * Adding get_tensor operation which was missing in TensorContractionMapper. * Adding the -D method missing from cmake for Disable_Skinny Contraction operation. * Wrapping all the indices in TensorScanSycl into Scan parameter struct. * Fixing typo in Device SYCL * Unifying load to private register for tall/skinny no shared * Unifying load to vector tile for tensor-vector/vector-tensor operation * Removing all the LHS/RHS class for extracting data from global * Removing Outputfunction from TensorContractionSkinnyNoshared. * Combining the local memory version of tall/skinny and normal tensor contraction into one kernel. * Combining the no-local memory version of tall/skinny and normal tensor contraction into one kernel. * Combining General Tensor-Vector and VectorTensor contraction into one kernel. * Making double buffering optional for Tensor contraction when local memory is version is used. * Modifying benchmark to accept custom Reduction Sizes * Disabling AVX optimization for SYCL backend on the host to allow SSE optimization to the host * Adding Test for SYCL * Modifying SYCL CMake
* Fixing typo in sycl Benchmark.Gravatar Mehdi Goli2017-03-08
|
* Adding sycl Benchmarks.Gravatar Mehdi Goli2017-03-08
|
* Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
|
* Updated the README file for the tensor benchmarksGravatar Benoit Steiner2016-05-25
|
* Added benchmarks for contraction on CPU.Gravatar Benoit Steiner2016-05-13
|
* Improved the READMEGravatar Benoit Steiner2016-02-27
|
* Added benchmarks for fp16Gravatar Benoit Steiner2016-02-26
|
* Fixed a typoGravatar Benoit Steiner2016-01-28
|
* Added a readme to explain how to compile the tensor benchmarks.Gravatar Benoit Steiner2016-01-28