Skip to content

Commit 1f2eab9

Browse files
committed
Remove libparcgpcupti.so from hide CUDA internals preset
Removed the outdated libparcgpcupti.so entry from the filter preset.
1 parent 67b4479 commit 1f2eab9

File tree

1 file changed

+0
-6
lines changed
  • ui/packages/shared/profile/src/ProfileView/components/ProfileFilters

1 file changed

+0
-6
lines changed

ui/packages/shared/profile/src/ProfileView/components/ProfileFilters/filterPresets.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ export const filterPresets: FilterPreset[] = [
104104
matchType: 'not_contains',
105105
value: 'libcupti.so',
106106
},
107-
{
108-
type: 'frame',
109-
field: 'binary',
110-
matchType: 'not_contains',
111-
value: 'libparcgpcupti.so',
112-
},
113107
{
114108
type: 'frame',
115109
field: 'binary',

0 commit comments

Comments
 (0)