This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
MAINT: Move -m64 out to cpu_family()
pull/4832/head
Rohit Goswami
Mateusz Sokół
1 year ago
parent
9d9b4337ad
commit
61aab3ce11
3 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
interface/meson.build
+0
-1
kernel/meson.build
+4
-0
meson.build
+ 0
- 1
interface/meson.build
View File
@@ -83,7 +83,6 @@ _static_libs += static_library(
'rot.c',
include_directories: _inc,
c_args: [
'-m64',
'-DSMP_SERVER',
'-DNO_WARMUP',
'-DMAX_CPU_NUMBER=12',
+ 0
- 1
kernel/meson.build
View File
@@ -786,7 +786,6 @@ _configs = [
'undef': ['COMPLEX', 'COMPLEX'],
'def': ['DOUBLE'],
'addl': [fma3_flag,
'-m64',
'-DSMP_SERVER',
'-DNO_WARMUP',
'-DMAX_CPU_NUMBER=12',
+ 4
- 0
meson.build
View File
@@ -153,6 +153,10 @@ if cpu_fam in ['x86_64', 'ppc64', 'ppc']
], language:'c')
endif
if cpu_fam == 'x86_64'
_cargs += ['-m64']
endif
if fc_id == 'gcc'
add_project_arguments('-DF_INTERFACE_GFORT', language: 'c')
elif fc_id == 'g95'
Write
Preview
Loading…
Cancel
Save