Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpvm-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
llvm
hpvm-release
Commits
11d90cab
Commit
11d90cab
authored
3 years ago
by
RafaeNoor
Browse files
Options
Downloads
Patches
Plain Diff
Adding node criticality desc
parent
55beffa0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-0
7 additions, 0 deletions
README.md
with
7 additions
and
0 deletions
README.md
+
7
−
0
View file @
11d90cab
...
@@ -96,6 +96,13 @@ the task inter-dependency constraints (as denoted by the structure of the HPVM D
...
@@ -96,6 +96,13 @@ the task inter-dependency constraints (as denoted by the structure of the HPVM D
To add a new task type to this pass, users must simply add a new task type entry to
`__hpvm__task`
and create the
To add a new task type to this pass, users must simply add a new task type entry to
`__hpvm__task`
and create the
entry for the name of the specific scheduler api calls to the task library configuration file.
entry for the name of the specific scheduler api calls to the task library configuration file.
Additionally we provide the notion of node criticality which enable optionally distinguishing which nodes should be prioritised
by the scheduler. Users can provide this optional criticality argument to the
`__hpvm__createNodeND`
call. The supported criticalities
, in increasing criticality, are:
1.
`HPVM_BASE`
(Default)
2.
`HPVM_ELEVATED`
3.
`HPVM_CRITICAL`
## Support
## Support
...
...
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