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 6fca29a commit afadb48Copy full SHA for afadb48
backends/cuda/runtime/cuda_backend.cpp
@@ -391,6 +391,9 @@ static executorch::runtime::Error success_with_compiler =
391
#endif
392
393
extern "C" CUDA_BACKEND_INIT_EXPORT void InitCudaBackend() {
394
+ ET_LOG(
395
+ Info,
396
+ "CALLING INITCUDABACKEND");
397
#ifdef _WIN32
398
// On Windows, explicitly register the backend since DLL static initializers
399
// don't run reliably
0 commit comments