1 Star 0 Fork 42

zhaozhen-zz/openblas

forked from src-openEuler/openblas 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-modify-the-ABI-for-loongarch.patch 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaozhen-zz 提交于 2023-03-09 20:31 . add loongarch support for openblas
From b13db2656d6e983a77b3d203b4af51ba15f2f815 Mon Sep 17 00:00:00 2001
From: zhaozhen <zhaozhen@loongson.cn>
Date: Thu, 9 Mar 2023 11:50:01 +0000
Subject: [PATCH] modify the ABI for loongarch64
---
OpenBLAS-0.3.18/Makefile.system | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git OpenBLAS-0.3.18/Makefile.system OpenBLAS-0.3.18/Makefile.system
index 150dbef..f9101af 100644
--- OpenBLAS-0.3.18/Makefile.system
+++ OpenBLAS-0.3.18/Makefile.system
@@ -869,8 +869,8 @@ endif
ifeq ($(ARCH), loongarch64)
ifeq ($(CORE), LOONGSON3R5)
-CCOMMON_OPT += -march=loongarch64 -mabi=lp64
-FCOMMON_OPT += -march=loongarch64 -mabi=lp64
+CCOMMON_OPT += -march=loongarch64 -mabi=lp64d
+FCOMMON_OPT += -march=loongarch64 -mabi=lp64d
endif
endif
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhaozhen-zz/openblas.git
git@gitee.com:zhaozhen-zz/openblas.git
zhaozhen-zz
openblas
openblas
master

搜索帮助