-
Notifications
You must be signed in to change notification settings - Fork 846
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We augment the NCCL profiler with a sampling mode,
Along with the on demand, runtime hooks provided by the previous commit. We would also like to improve the continuous collection by introducing sampling mechanisms. In this approach proxy events are sampled and written to a bpf map according to a user defined sampling weight. The sampled mode is designed to be always on and should not affect full (unsampled) traces being triggered by start/stop API.
- Loading branch information
Darshan Sanghani
committed
Mar 4, 2024
1 parent
bb321a0
commit 48b4e97
Showing
2 changed files
with
161 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters