Just upgraded Ubuntu from 20.04 LTS to 22.04 LTS. Facing the same problem as here…
I have downloaded and installed hpc_sdk version 11.7.
(base) eric@cray:~$ gcc --version
gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
(base) eric@cray:~$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Tue_May__3_18:49:52_PDT_2022
Cuda compilation tools, release 11.7, V11.7.64
Build cuda_11.7.r11.7/compiler.31294372_0
It’s also happening with Cuda 11.2 on 22.04. Have to stay in the 11.2 range for Tensorflow. Is there a public patch we can apply that anyone knows about?
Dear all, I met the same problem with CUDA 11.4 on UBUNTU 22.04 LTS when making/compiling mnistCUDNN. Also want to use it for TensorFlow. Has anyone already an idea how to solve this?