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 3e25ae3 commit 33bbe21Copy full SHA for 33bbe21
bindings/cpp/src/svs_runtime_utils.h
@@ -244,10 +244,7 @@ inline StorageKind to_supported_storage_kind(StorageKind kind) {
244
} else if (is_lvq_storage(kind) || is_leanvec_storage(kind)) {
245
return StorageKind::SQI8;
246
}
247
- throw StatusException(
248
- svs::runtime::ErrorCode::NOT_IMPLEMENTED,
249
- "SVS runtime does not support the requested storage kind."
250
- );
+ return kind;
251
252
253
template <typename F, typename... Args>
0 commit comments