power9 makefile. dgemm based on power8 kernel with following changes : 32x unrolled 16x4 kernel and 8x4 kernel using (lxv stxv butterfly rank1 update). improvement from 17 to 22-23gflops. dtrmm cases were added into dgemm itself

This commit is contained in:
AbdelRauf
2019-03-14 10:42:04 +00:00
parent 498ac98581
commit 853a18bc17
36 changed files with 6133 additions and 36 deletions

View File

@@ -39,7 +39,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#pragma GCC optimize "O1"
#if defined(POWER8)
#if defined(POWER8) || defined(POWER9)
#include "drot_microk_power8.c"
#endif