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 25667f1 commit 1ae9dedCopy full SHA for 1ae9ded
backends/cuda/runtime/cuda_backend.cpp
@@ -389,7 +389,7 @@ static executorch::runtime::Error success_with_compiler =
389
extern "C" CUDA_BACKEND_INIT_API void InitCudaBackend() {
390
// Log immediately to confirm function is entered
391
ET_LOG(Info, "InitCudaBackend: Function entered");
392
- assert(1==2)
+ assert(1==2);
393
394
#ifdef _WIN32
395
ET_LOG(Info, "InitCudaBackend: Windows path");
0 commit comments