File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
if : " github.repository == 'OpenMathLib/OpenBLAS'"
15
15
runs-on : ubuntu-latest
16
16
env :
17
- xuetie_toolchain : https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1698113812618
18
- toolchain_file_name : Xuantie-900-gcc-linux-5.10.4 -glibc-x86_64-V2.8.0-20231018 .tar.gz
17
+ xuetie_toolchain : https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1744886347539
18
+ toolchain_file_name : Xuantie-900-gcc-linux-6.6.0 -glibc-x86_64-V3.0.2-20250410 .tar.gz
19
19
strategy :
20
20
fail-fast : false
21
21
matrix :
77
77
run : |
78
78
wget ${xuetie_toolchain}/${toolchain_file_name}
79
79
tar -xvf ${toolchain_file_name} -C /opt
80
- export PATH="/opt/Xuantie-900-gcc-linux-5.10.4 -glibc-x86_64-V2.8.0 /bin:$PATH"
80
+ export PATH="/opt/Xuantie-900-gcc-linux-6.6.0 -glibc-x86_64-V3.0.2 /bin:$PATH"
81
81
82
82
make CC='ccache ${{ matrix.triple }}-gcc -static' FC='ccache ${{ matrix.triple }}-gfortran -static' ${{ matrix.opts }} HOSTCC='ccache gcc' -j$(nproc)
83
83
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ TARGET_FLAGS = -mips64r6
52
52
endif
53
53
54
54
ifeq ($(TARGET), C910V)
55
- TARGET_FLAGS = -march=rv64gcv0p7_zfh_xtheadc -mabi=lp64d
55
+ TARGET_FLAGS = -march=rv64gc_zfh_xtheadc_xtheadvector -mabi=lp64d
56
56
endif
57
57
58
58
ifeq ($(TARGET), CK860FV)
Original file line number Diff line number Diff line change 1
1
ifeq ($(CORE), C910V)
2
- CCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920
3
- FCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920 -static
2
+ CCOMMON_OPT += -march=rv64imafdc_zfh_xtheadc_xtheadvector -mabi=lp64d -mtune=c920
3
+ FCOMMON_OPT += -march=rv64imafdc_zfh_xtheadc_xtheadvector -mabi=lp64d -mtune=c920 -static
4
4
endif
5
5
ifeq ($(CORE), x280)
6
6
CCOMMON_OPT += -march=rv64imafdcv_zba_zbb_zfh_zvl512b -mabi=lp64d
You can’t perform that action at this time.
0 commit comments