Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
d835f338
Commit
d835f338
authored
2 years ago
by
Robert Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Build without AVX512 on caracal to avoid compilation fail
parent
bb15360a
No related branches found
No related tags found
3 merge requests
!1757
Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c
,
!1591
integration_2022_wk24
,
!1382
WIP: Semi-automatic code generator for LDPC decoder for AVX2 and AVX512.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci-scripts/xml_files/gnb_usrp_build.xml
+1
-1
1 addition, 1 deletion
ci-scripts/xml_files/gnb_usrp_build.xml
ci-scripts/xml_files/ldpc_gpu_test.xml
+1
-1
1 addition, 1 deletion
ci-scripts/xml_files/ldpc_gpu_test.xml
with
2 additions
and
2 deletions
ci-scripts/xml_files/gnb_usrp_build.xml
+
1
−
1
View file @
d835f338
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<mode>
TesteNB
</mode>
<mode>
TesteNB
</mode>
<class>
Build_eNB
</class>
<class>
Build_eNB
</class>
<desc>
Build gNB (USRP)
</desc>
<desc>
Build gNB (USRP)
</desc>
<Build_eNB_args>
--gNB -w USRP --ninja --cmake-opt -DBoost_INCLUDE_DIR=/usr/include/boost169
</Build_eNB_args>
<Build_eNB_args>
--gNB -w USRP --ninja --cmake-opt -DBoost_INCLUDE_DIR=/usr/include/boost169
--noavx512
</Build_eNB_args>
<forced_workspace_cleanup>
True
</forced_workspace_cleanup>
<forced_workspace_cleanup>
True
</forced_workspace_cleanup>
</testCase>
</testCase>
...
...
This diff is collapsed.
Click to expand it.
ci-scripts/xml_files/ldpc_gpu_test.xml
+
1
−
1
View file @
d835f338
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<testCase
id=
"000001"
>
<testCase
id=
"000001"
>
<class>
Build_PhySim
</class>
<class>
Build_PhySim
</class>
<desc>
Build for physical simulator
</desc>
<desc>
Build for physical simulator
</desc>
<physim_build_args>
--phy_simulators --ninja
</physim_build_args>
<physim_build_args>
--phy_simulators --ninja
--noavx512
</physim_build_args>
<forced_workspace_cleanup>
FALSE
</forced_workspace_cleanup>
<forced_workspace_cleanup>
FALSE
</forced_workspace_cleanup>
</testCase>
</testCase>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment