Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
918eac8d
Commit
918eac8d
authored
Oct 05, 2023
by
Valentin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(ldpc-offload-xdma): nr-softmodem enabled, connection tested with rfsim, wrong library
parent
237b9a3d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
common/utils/thread_pool/task_manager.h
common/utils/thread_pool/task_manager.h
+1
-1
openair1/PHY/CODING/nrLDPC_decoder_offload_xdma/nrLDPC_decoder_offload_xdma.c
...nrLDPC_decoder_offload_xdma/nrLDPC_decoder_offload_xdma.c
+2
-0
No files found.
CMakeLists.txt
View file @
918eac8d
...
...
@@ -600,7 +600,7 @@ endif()
##########################################################
# LDPC offload xdma driver
# LDPC offload
with
xdma driver
##########################################################
add_library
(
ldpc_xdma STATIC
${
OPENAIR1_DIR
}
/PHY/CODING/nrLDPC_decoder_offload_xdma/nrLDPC_decoder_offload_xdma.c
)
...
...
common/utils/thread_pool/task_manager.h
View file @
918eac8d
#ifndef TASK_MANAGER_WORKING_STEALING_H
#define TASK_MANAGER_WORKING_STEALING_H
#define TASK_MANAGER
//
#define TASK_MANAGER
//#define FIBONACCI
//#define OMP_TP 1
...
...
openair1/PHY/CODING/nrLDPC_decoder_offload_xdma/nrLDPC_decoder_offload_xdma.c
View file @
918eac8d
...
...
@@ -224,6 +224,7 @@ static int timespec_check(struct timespec* t)
return
0
;
}
/*
void timespec_sub(struct timespec* t1, struct timespec* t2)
{
if (timespec_check(t1) < 0) {
...
...
@@ -244,6 +245,7 @@ void timespec_sub(struct timespec* t1, struct timespec* t2)
t1->tv_nsec += 1000000000;
}
}
*/
// [End] #include "dma_utils.c" ===================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment