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) {
179179#endif // XPTI_ENABLE_INSTRUMENTATION
180180}
181181
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-
193182void enableCUDATracing (cuda_tracing_context_t_ *Ctx) {
194183#ifdef XPTI_ENABLE_INSTRUMENTATION
195184 if (!Ctx || !xptiTraceEnabled ())
Original file line number Diff line number Diff line change @@ -18,7 +18,3 @@ void unloadCUDATracingLibrary(cuda_tracing_context_t_ *Ctx);
1818
1919void enableCUDATracing (cuda_tracing_context_t_ *Ctx);
2020void 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