plaidml/tpp-mlir

Update CUDA driver on the CI.

Closed this issue · 2 comments

This is needed for using newer LLVM version (see: #665 )
We use 11.5 but it does not have CUtensorMap. I found CUtensorMap in newer version (12.x).

hfp commented

This means upgrading all nvGPU nodes to CUDA 12.x (latest CUDA without limiting the general case). The latest version we have installed is v11.5. This must be done lockstep (cluster).

hfp commented

Completed per #670.