File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -179,17 +179,6 @@ void unloadCUDATracingLibrary(cuda_tracing_context_t_ *Ctx) {
179
179
#endif // XPTI_ENABLE_INSTRUMENTATION
180
180
}
181
181
182
- void enableCUDATracing () {
183
- #ifdef XPTI_ENABLE_INSTRUMENTATION
184
- if (!xptiTraceEnabled ())
185
- return ;
186
- static cuda_tracing_context_t_ *Ctx = nullptr ;
187
- if (!Ctx)
188
- Ctx = createCUDATracingContext ();
189
- enableCUDATracing (Ctx);
190
- #endif
191
- }
192
-
193
182
void enableCUDATracing (cuda_tracing_context_t_ *Ctx) {
194
183
#ifdef XPTI_ENABLE_INSTRUMENTATION
195
184
if (!Ctx || !xptiTraceEnabled ())
Original file line number Diff line number Diff line change @@ -18,7 +18,3 @@ void unloadCUDATracingLibrary(cuda_tracing_context_t_ *Ctx);
18
18
19
19
void enableCUDATracing (cuda_tracing_context_t_ *Ctx);
20
20
void disableCUDATracing (cuda_tracing_context_t_ *Ctx);
21
-
22
- // Deprecated. Will be removed once pi_cuda has been updated to use the variant
23
- // that takes a context pointer.
24
- void enableCUDATracing ();
You can’t perform that action at this time.
0 commit comments