Skip to content

Commit afadb48

Browse files
committed
add log
1 parent 6fca29a commit afadb48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backends/cuda/runtime/cuda_backend.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,9 @@ static executorch::runtime::Error success_with_compiler =
391391
#endif
392392

393393
extern "C" CUDA_BACKEND_INIT_EXPORT void InitCudaBackend() {
394+
ET_LOG(
395+
Info,
396+
"CALLING INITCUDABACKEND");
394397
#ifdef _WIN32
395398
// On Windows, explicitly register the backend since DLL static initializers
396399
// don't run reliably

0 commit comments

Comments
 (0)