Skip to content

Commit 3a39bfe

Browse files
authored
Make cuda instrumentation opt-out (#3188)
1 parent 9385541 commit 3a39bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flags/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ type Flags struct {
146146
RubyUnwindingDisable bool `default:"false" help:"[deprecated] Disable Ruby unwinder."`
147147
JavaUnwindingDisable bool `default:"true" help:"[deprecated] Disable Java unwinder."`
148148

149-
InstrumentCudaLaunch bool `default:"false" help:"instrument calls to cudaLaunchKernel."`
149+
InstrumentCudaLaunch bool `default:"true" help:"instrument calls to cudaLaunchKernel."`
150150

151151
AnalyticsOptOut bool `default:"false" help:"Opt out of sending anonymous usage statistics."`
152152

0 commit comments

Comments
 (0)