Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HeteroFlow
THAPI
Commits
17327899
Commit
17327899
authored
Nov 13, 2020
by
Brice Videau
Browse files
Added immediate queues to profiling
parent
1a12d989
Pipeline
#11898
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ze/ze_model.rb
View file @
17327899
...
...
@@ -699,6 +699,14 @@ register_epilogue "zeCommandListCreate", <<EOF
}
EOF
register_epilogue
"zeCommandListCreateImmediate"
,
<<
EOF
if (_do_profile) {
if (_retval == ZE_RESULT_SUCCESS && phCommandList && *phCommandList) {
_register_ze_command_list(*phCommandList, hContext, hDevice);
}
}
EOF
register_epilogue
"zeCommandListDestroy"
,
<<
EOF
if (_do_profile) {
if (_retval == ZE_RESULT_SUCCESS && hCommandList) {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment