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
Commits
381b2265
Commit
381b2265
authored
7 years ago
by
BOUCHERIE Raphael
Browse files
Options
Downloads
Patches
Plain Diff
added basic structure for tiles
parent
345c74bd
No related branches found
No related tags found
1 merge request
!6
Tilesinfo struct
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/libhqr.h
+13
-0
13 additions, 0 deletions
include/libhqr.h
with
13 additions
and
0 deletions
include/libhqr.h
+
13
−
0
View file @
381b2265
...
...
@@ -89,6 +89,19 @@ typedef struct libhqr_tiledesc_s{
int
p
;
/**< The number of nodes per column in the data distribution */
}
libhqr_tiledesc_t
;
/**
* @brief Minimal structure for stocking info of each tile
*/
typedef
struct
libhqr_tileinfo_s
{
int
type
;
int
currpiv
;
int
nextpiv
;
int
prevpiv
;
int
first_nextpiv
;
int
first_prevpiv
;
}
libhqr_tileinfo_t
;
struct
libhqr_tree_s
;
typedef
struct
libhqr_tree_s
libhqr_tree_t
;
...
...
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