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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
03ed2c35
Commit
03ed2c35
authored
Oct 19, 2021
by
frtabu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update licensing comments
parent
1cd4c870
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
4 deletions
+33
-4
openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_CL.c
openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_CL.c
+2
-3
openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_kernels_CL.cl
...r1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_kernels_CL.cl
+31
-1
No files found.
openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_CL.c
View file @
03ed2c35
...
@@ -20,11 +20,10 @@
...
@@ -20,11 +20,10 @@
*/
*/
/*! \file nrLDPC_decoder_CL.c
/*! \file nrLDPC_decoder_CL.c
* \brief ldpc decoder, openCL implementaion
* \brief ldpc decoder, openCL implementaion
* \author
* \author
Francois TABURET
* \date 2021
* \date 2021
* \version 1.0
* \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>) */
/* uses HW component id for log messages ( --log_config.hw_log_level <warning| info|debug|trace>) */
#include <stdio.h>
#include <stdio.h>
...
...
openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_kernels_CL.cl
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
define
MAX_ITERATION
2
#
define
MC
1
#
define
MC
1
...
...
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