Rust-GPU/rust-cuda

tracing-subscriber v0.3.18 requires rustc 1.6.3 or newer but suggested rust cuda version is 1.59 nightly

Closed this issue · 2 comments

xOrfe commented

Hello, as mentioned on the official tracing-subscriber crate docs, the subscriber's minimum version is increasing with the latest stable Rust version. I'm guessing this is why I'm facing the issue I will attach below. I will share if i can figure out a workaround but you can check problem too if you wish.

"cargo run" inside official examples "~/rust-cuda/examples/cuda/cpu/add" folder on docker images result:
"package tracing-subscriber v0.3.18 cannot be built because it requires rustc 1.63.0 or newer, while the currently active rustc version is 1.59.0-nightly"

System : Docker with nvidia/cuda:12.4.0-base-ubuntu22.04 image on ubuntu 22.4 machine, Nvidia Driver Version: 550.67, CUDA Version: 12.4.

Having the same problem. Gonna try a different rustc version and see how it goes.

I'm closing this as much has changed in the project. Feel free to open another issue if it still persists!