# cpp-tensority **Repository Path**: BytomBlockchain/cpp-tensority ## Basic Information - **Project Name**: cpp-tensority - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-01 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CppTensority ## Prerequisites + [OpenBLAS](https://github.com/xianyi/OpenBLAS) ## How to speed it up If you don't mind the portability issue, you may try to opt it by working on the `cblas_dgemm()` using: + _MKL_ on a Intel machine, or even + GPU computing lib, for example, _cuBLAS_ * `cublasGemmEx` may draw your interests and you would have to convert the types and prepare (set up) the matrix beforehand