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 25ce94e commit 7d701a3Copy full SHA for 7d701a3
backends/cuda/runtime/platform/platform.h
@@ -81,7 +81,7 @@ executorch::runtime::Result<void*> get_function(
81
"Failed loading symbol %s with error %s\n",
82
fn_name.c_str(),
83
dlerror());
84
- return Error::Internal;
+ return executorch::runtime::Error::Internal;
85
}
86
#endif
87
0 commit comments