Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libkomp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
openmp
libkomp
Commits
cfe50a58
Commit
cfe50a58
authored
7 years ago
by
Thierry
Browse files
Options
Downloads
Patches
Plain Diff
[update] trace version + todo
parent
18a5acb4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
runtime/src/kaapi_trace.h
+5
-1
5 additions, 1 deletion
runtime/src/kaapi_trace.h
with
5 additions
and
1 deletion
runtime/src/kaapi_trace.h
+
5
−
1
View file @
cfe50a58
...
@@ -225,12 +225,16 @@ typedef struct kaapi_named_perfctr {
...
@@ -225,12 +225,16 @@ typedef struct kaapi_named_perfctr {
Version 6 is not uppercompatible with older versions.
Version 6 is not uppercompatible with older versions.
Version 7 is not uppercompatible with older versions and correspond to version integrated
Version 7 is not uppercompatible with older versions and correspond to version integrated
in libomp.
in libomp.
Version 9 add loop information, memory event, perf counter.
*/
*/
#define __KAAPI_TRACE_VERSION__
8
#define __KAAPI_TRACE_VERSION__
9
/** Definition of internal KAAPI events.
/** Definition of internal KAAPI events.
Not that any extension or modification of the events must
Not that any extension or modification of the events must
be reflected in the utility bin/kaapi_event_reader.
be reflected in the utility bin/kaapi_event_reader.
TODO: reduce the size of event by encoding information in extra field: e.g. begin / end
of state, or group events by features and then used extra fields for number of subevent
*/
*/
#define KAAPI_EVT_KPROC_START 0
/* kproc begins, i0: processor type (0:CPU, 1:GPU) */
#define KAAPI_EVT_KPROC_START 0
/* kproc begins, i0: processor type (0:CPU, 1:GPU) */
#define KAAPI_EVT_KPROC_STOP 1
/* kproc ends */
#define KAAPI_EVT_KPROC_STOP 1
/* kproc ends */
...
...
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