Skip to content

Issue attempting to use onnxruntime-gpu #1

@0RadicalLarry0

Description

@0RadicalLarry0

Following your guide, I was able to build pytorch for gfx1010 after lots of hacking

But now when attempting to use a program with onnxruntime I cannot get anything to work.

I am attempting to use https://github.com/deiteris/voice-changer but onnxruntime-gpu errors with:

2025-11-15 15:51:08,579 INFO     [EmbedderManager] Loading embedder hubert_base
2025-11-15 15:51:08.879150725 [E:onnxruntime:Default, provider_bridge_ort.cc:2251 TryGetProviderInfo_CUDA] /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1844 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcublasLt.so.12: cannot open shared object file: No such file or directory

2025-11-15 15:51:08.879164405 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:1013 CreateExecutionProviderFactoryInstance] Failed to create CUDAExecutionProvider. Require cuDNN 9.* and CUDA 12.*. Please install all dependencies as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported.
2025-11-15 15:51:09.067604156 [E:onnxruntime:, inference_session.cc:2544 operator()] Exception during initialization: /onnxruntime_src/onnxruntime/core/graph/graph_utils.cc:29 int onnxruntime::graph_utils::GetIndexFromName(const onnxruntime::Node&, const std::string&, bool) itr != node_args.end() was false. Attempting to get index by a name which does not exist:InsertedPrecisionFreeCast_/hubert/feature_projection/layer_norm/Constant_output_0for node: /hubert/feature_projection/layer_norm/Mul/SimplifiedLayerNormFusion/

2025-11-15 15:51:09,067 ERROR    [RVCr2] Failed to create pipeline.

onnxruntime-rocm doesn't work just as you said it would. I'm at a loss as to what to do.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions