Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hqr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
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
solverstack
hqr
Merge requests
!6
Tilesinfo struct
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Tilesinfo struct
tilesinfo_struct
into
master
Overview
1
Commits
11
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
BOUCHERIE Raphael
requested to merge
tilesinfo_struct
into
master
7 years ago
Overview
1
Commits
11
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
All tests works for systolic and hqr
0
0
Merge request reports
Viewing commit
40008c28
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
40008c28
fixed error with hlvl tree
· 40008c28
BOUCHERIE Raphael
authored
7 years ago
src/libhqr.c
+
1
−
1
Options
@@ -1969,7 +1969,7 @@ libhqr_hqr_init( libhqr_tree_t *qrtree,
arg
->
hlvl
=
(
hqr_subpiv_t
*
)
malloc
(
sizeof
(
hqr_subpiv_t
)
);
arg
->
llvl
->
minMN
=
minMN
;
arg
->
hlvl
->
ldd
=
qrtree
->
mt
;
arg
->
hlvl
->
ldd
=
qrtree
_init
.
mt
;
arg
->
hlvl
->
a
=
a
;
arg
->
hlvl
->
p
=
p
;
arg
->
hlvl
->
domino
=
domino
;
Loading