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
03ed2c35
Commit
03ed2c35
authored
3 years ago
by
frtabu
Browse files
Options
Downloads
Patches
Plain Diff
Update licensing comments
parent
1cd4c870
No related branches found
No related tags found
4 merge requests
!1757
Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c
,
!1493
fix DL arq errors in UE
,
!1297
integration_2021_wk44
,
!1257
Nr ldpc cuda softmodem
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_CL.c
+2
-3
2 additions, 3 deletions
openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_CL.c
openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_kernels_CL.cl
+31
-1
31 additions, 1 deletion
...r1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_kernels_CL.cl
with
33 additions
and
4 deletions
openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_CL.c
+
2
−
3
View file @
03ed2c35
...
...
@@ -20,11 +20,10 @@
*/
/*! \file nrLDPC_decoder_CL.c
* \brief ldpc decoder, openCL implementaion
* \author
* \author
Francois TABURET
* \date 2021
* \version 1.0
* @ingroup
* \note initial implem - translation of cuda version
*/
/* uses HW component id for log messages ( --log_config.hw_log_level <warning| info|debug|trace>) */
#include
<stdio.h>
...
...
This diff is collapsed.
Click to expand it.
openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_kernels_CL.cl
+
31
−
1
View file @
03ed2c35
/*
*
Licensed
to
the
OpenAirInterface
(
OAI
)
Software
Alliance
under
one
or
more
*
contributor
license
agreements.
See
the
NOTICE
file
distributed
with
*
this
work
for
additional
information
regarding
copyright
ownership.
*
The
OpenAirInterface
Software
Alliance
licenses
this
file
to
You
under
*
the
OAI
Public
License,
Version
1.0
(
the
"License"
)
; you may not use this file
*
except
in
compliance
with
the
License.
*
You
may
obtain
a
copy
of
the
License
at
*
*
http://www.openairinterface.org/?page_id=698
*
*
Unless
required
by
applicable
law
or
agreed
to
in
writing,
software
*
distributed
under
the
License
is
distributed
on
an
"AS IS"
BASIS,
*
WITHOUT
WARRANTIES
OR
CONDITIONS
OF
ANY
KIND,
either
express
or
implied.
*
See
the
License
for
the
specific
language
governing
permissions
and
*
limitations
under
the
License.
*-------------------------------------------------------------------------------
*
For
more
information
about
the
OpenAirInterface
(
OAI
)
Software
Alliance:
*
contact@openairinterface.org
*/
/*!
\file
PHY/CODING/nrLDPC_decoder_kernels_CL.cl
*
\brief
kernel
functions
for
ldpc
decoder
accelerated
via
openCL
*
\author
Francois
TABURET
*
\date
2021
*
\version
1.0
*
\company
Nokia
BellLabs
France
*
\email:
francois.taburet@nokia-bell-labs.com
*
\note
initial
implem
-
translation
of
cuda
version
*
\warning
*/
#
define
define
MAX_ITERATION
2
#
define
MC
1
...
...
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