Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
87e70784
Commit
87e70784
authored
2 years ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
Enable rdcu parameters when using the rdcu_pkt option
Fix a bug in the parallel model update
parent
9ea440c7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cmp_tool.c
+1
-0
1 addition, 0 deletions
cmp_tool.c
lib/cmp_rdcu.c
+1
-1
1 addition, 1 deletion
lib/cmp_rdcu.c
meson.build
+1
-1
1 addition, 1 deletion
meson.build
with
3 additions
and
2 deletions
cmp_tool.c
+
1
−
0
View file @
87e70784
...
...
@@ -225,6 +225,7 @@ int main(int argc, char **argv)
/* fall through */
case
RDCU_PKT_OPTION
:
rdcu_pkt_mode
=
1
;
add_rdcu_pars
=
1
;
/* fall through */
case
NO_HEADER
:
include_cmp_header
=
0
;
...
...
This diff is collapsed.
Click to expand it.
lib/cmp_rdcu.c
+
1
−
1
View file @
87e70784
...
...
@@ -527,7 +527,7 @@ int rdcu_compress_data_parallel(const struct cmp_cfg *cfg,
if
(
cfg
->
icu_new_model_buf
)
{
if
(
rdcu_read_sram
(
cfg
->
icu_new_model_buf
,
last_info
->
rdcu_new_model_adr_used
,
new_model_size_4byte
))
new_model_size_4byte
)
<
0
)
return
-
1
;
}
/* write model */
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
1
View file @
87e70784
project
(
'cmp_tool'
,
'c'
,
version
:
'0.10-b.
2
'
,
version
:
'0.10-b.
3
'
,
meson_version
:
'>= 0.56'
,
license
:
'GPL-2.0'
,
default_options
:
[
'warning_level=3'
,
'c_std=gnu99'
]
...
...
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