-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify cuContext in range profiler structs (#643)
Summary: Pull Request resolved: #643 ## Context: I was experiencing some crashes with the range proiler. The backtrace showed ::disable() failing and I found that the `.ctx` member of the configuration struct was not set. ## Changes: This diff specifies cuContext for all structs that have it as a required member. This diff also specifies the `.targetNestingLevel` member for the `setConfigParams` struct as it was unset. Reviewed By: benghaem Differential Revision: D38435331 fbshipit-source-id: 3a2a297f7ed5665ed3d58df7f48ae8a64e5ac956
- Loading branch information
1 parent
127df34
commit e8a3713
Showing
1 changed file
with
11 additions
and
1 deletion.
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