C.J. Collier

Results 335 comments of C.J. Collier

I could change the default driver and cuda versions on 2.1 images to be more current.

I don't think I've tested the current code with cuda 12, but I think that's what we should be targeting with a recent 5xx series driver. I recently reimagined the...

I'm seeing a gcc error when trying to link gpl-incompatible code into kernel modules for all variants available on Debian 11 ; Debian 12 offers open driver support so I...

The latest Dataproc image that works with the .run file is 2.1.46-debian11 I am pushing a new change to the installer script. Please see #1190 for something that has been...

I'm also work on something in the custom-images repo. I've got an in-progress PR open over there: https://github.com/GoogleCloudDataproc/custom-images/pull/83

Yes, I agree. I'm doing some work internally to build and distribute the kernel drivers with the stock image. I hope to have the change reviewed and published this quarter....

I've had some luck building from the open source github repo on the latest 2.1 images ; I'm integrating these changes into the open PR now.

The update is working on the latest 2.1 image. ``` Thu Jun 20 18:47:35 2024 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 550.54.14 Driver Version: 550.54.14 CUDA Version: 12.4 | |-----------------------------------------+------------------------+----------------------+ | GPU Name...

The update is also working on 2.0 images: ``` Thu Jun 20 19:08:20 2024 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 550.54.14 Driver Version: 550.54.14 CUDA Version: 12.4 | |-----------------------------------------+------------------------+----------------------+ | GPU Name Persistence-M...

> Okay, cool. Thank you so much!. So, we should be able to attach the GPU to latest 2.1 once you merge this PR, [https://github.com/GoogleCloudDataproc/initialization-actions/pull/1190](url). Is that correct? #1190 is...