This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
modify system.cmake to enable fma flag
tags/v0.3.13^2
Qiyu8
5 years ago
parent
e0dac6b53b
commit
ae0b1dea19
2 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cmake/system.cmake
+0
-4
kernel/Makefile
+ 1
- 1
cmake/system.cmake
View File
@@ -174,7 +174,7 @@ if (DEFINED TARGET)
endif()
if (DEFINED HAVE_AVX)
if (NOT NO_AVX)
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -mavx")
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -mavx
-mfma
")
endif()
endif()
if (DEFINED HAVE_AVX2)
+ 0
- 4
kernel/Makefile
View File
@@ -5,10 +5,6 @@ endif
TOPDIR = ..
include $(TOPDIR)/Makefile.system
ifdef HAVE_FMA3
CFLAGS += -mfma
endif
ifeq ($(ARCH), power)
ifeq ($(C_COMPILER), CLANG)
override CFLAGS += -fno-integrated-as
Write
Preview
Loading…
Cancel
Save