huggingface / huggingface/candle

CUDA_ERROR_UNSUPPORTED_PTX_VERSION when loading is_u32_f32

Open
#2,498 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
21.1k
Forks
1.8k
Avg merge
16h 42m
Merged PRs (30d)
25

Description

Running executable with candle on Ubuntu 22 we get an error when trying to generate an image

```DriverError(CUDA_ERROR_UNSUPPORTED_PTX_VERSION, \"the provided PTX was compiled with an unsupported toolchain.\") when loading is_u32_f32```

Our compiling machine is Debian 12
Driver Version: 550.54.14 CUDA Version: 12.4 |
running on a NVIDIA RTX 4000 Ada

The machine that is failing to run the executable is
Ubuntu 22
Driver Version: 550.107.02 CUDA Version: 12.4
NVIDIA A100 80GB PCIe

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the image-generation failure on the listed Debian 12 and Ubuntu 22 systems, comparing the reported driver and CUDA versions. Trace where `is_u32_f32` is loaded and determine what compatibility condition is required; done when the executable runs successfully on the failing environment or the incompatibility is clearly documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.