You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add detection to warn user of context is used by onetrace was not
onetrace tool on linux uses execvp to start the application to trace.
It sets LD_PRELOAD and PTI_ENABLE environment variables
https://github.com/intel/pti-gpu/blob/master/loader/loader.cc#L216-L217
The check is added, on Linux, to confirm once that environment does
contain expected variables, and emit a warning otherwise.
0 commit comments