We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9385541 commit 3a39bfeCopy full SHA for 3a39bfe
1 file changed
flags/flags.go
@@ -146,7 +146,7 @@ type Flags struct {
146
RubyUnwindingDisable bool `default:"false" help:"[deprecated] Disable Ruby unwinder."`
147
JavaUnwindingDisable bool `default:"true" help:"[deprecated] Disable Java unwinder."`
148
149
- InstrumentCudaLaunch bool `default:"false" help:"instrument calls to cudaLaunchKernel."`
+ InstrumentCudaLaunch bool `default:"true" help:"instrument calls to cudaLaunchKernel."`
150
151
AnalyticsOptOut bool `default:"false" help:"Opt out of sending anonymous usage statistics."`
152
0 commit comments