Skip to content

Commit dff9759

Browse files
committed
Fix cuda_backend
1 parent cb1f467 commit dff9759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cuda/runtime/cuda_backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class ET_EXPERIMENTAL CudaBackend final
7474

7575
handle->update_constants_from_blob =
7676
reinterpret_cast<AOTInductorModelUpdateConstantsFromBlobFunc>(
77-
get_function(so_handle, "AOTInductorModelUpdateConstantsFromBlob"));
77+
get_function(so_handle, "AOTInductorModelUpdateConstantsFromBlob").get());
7878
if (handle->update_constants_from_blob == nullptr) {
7979
ET_LOG(
8080
Info,

0 commit comments

Comments
 (0)