30.03.2022, 18:55
if (Env::Default().GetEnvironmentVar("ORT_CUDA_UNAVAILABLE").empty()) {
if (auto* cuda_provider_info = TryGetProviderInfo_CUDA()) {
} else {
if (!Env::Default().GetEnvironmentVar("CUDA_PATH").empty()) {
}
}
}
Only if that fails, which it does not seem to de on my systems, try CUDA_PATH.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.