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 cb1f467 commit dff9759Copy full SHA for dff9759
backends/cuda/runtime/cuda_backend.cpp
@@ -74,7 +74,7 @@ class ET_EXPERIMENTAL CudaBackend final
74
75
handle->update_constants_from_blob =
76
reinterpret_cast<AOTInductorModelUpdateConstantsFromBlobFunc>(
77
- get_function(so_handle, "AOTInductorModelUpdateConstantsFromBlob"));
+ get_function(so_handle, "AOTInductorModelUpdateConstantsFromBlob").get());
78
if (handle->update_constants_from_blob == nullptr) {
79
ET_LOG(
80
Info,
0 commit comments