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
89b7ce5e
Commit
89b7ce5e
authored
5 months ago
by
Laurent THOMAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fix of rotate vector unit test
parent
ac06f107
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair1/PHY/TOOLS/tests/benchmark_rotate_vector.cpp
openair1/PHY/TOOLS/tests/benchmark_rotate_vector.cpp
+1
-1
No files found.
openair1/PHY/TOOLS/tests/benchmark_rotate_vector.cpp
View file @
89b7ce5e
...
...
@@ -45,7 +45,7 @@ static void BM_rotate_cpx_vector(benchmark::State &state)
{
int
vector_size
=
state
.
range
(
0
);
auto
input_complex_16
=
generate_random_c16
(
vector_size
);
auto
input_alpha
=
generate_random_c16
(
vector_size
);
auto
input_alpha
=
generate_random_c16
(
1
);
AlignedVector512
<
c16_t
>
output
;
output
.
resize
(
vector_size
);
int
shift
=
2
;
...
...
This diff is collapsed.
Click to expand it.
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