Skip to content

Commit 7d701a3

Browse files
committed
more linux fix
1 parent 25ce94e commit 7d701a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cuda/runtime/platform/platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ executorch::runtime::Result<void*> get_function(
8181
"Failed loading symbol %s with error %s\n",
8282
fn_name.c_str(),
8383
dlerror());
84-
return Error::Internal;
84+
return executorch::runtime::Error::Internal;
8585
}
8686
#endif
8787

0 commit comments

Comments
 (0)