-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Labels
Description
请提出你的问题 Please ask your question
环境
GTX 980TI
NVIDIA-SMI 550.163.01 Driver Version: 550.163.01 CUDA Version: 12.4
paddlepaddle-gpu==3.0.0
Running verify PaddlePaddle program ...
I0717 03:51:46.792572 14 pir_interpreter.cc:1541] New Executor is Running ...
W0717 03:51:46.792800 14 gpu_resources.cc:96] The GPU architecture in your current machine is Maxwell, which is not compatible with Paddle installation with arch: 60 61 70 75 80 86 , it is recommended to install the corresponding wheel package according to the installation information on the official Paddle website.
W0717 03:51:46.792822 14 gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 5.2, Driver API Version: 12.4, Runtime API Version: 11.8
W0717 03:51:46.793531 14 gpu_resources.cc:164] device: 0, cuDNN Version: 8.9.
I0717 03:51:46.844601 14 pir_interpreter.cc:1564] pir interpreter is running by multi-thread mode ...
CUDA error 209 [/usr/local/cuda-11.8/include/cub/block/../iterator/../util_device.cuh, 375]: no kernel image is available for execution on the device
CUDA error 209 [/usr/local/cuda-11.8/include/cub/block/../iterator/../util_device.cuh, 469]: no kernel image is available for execution on the device
CUDA error 209 [/usr/local/cuda-11.8/include/cub/device/dispatch/dispatch_reduce.cuh, 612]: no kernel image is available for execution on the device
CUDA error 209 [/usr/local/cuda-11.8/include/cub/block/../iterator/../util_device.cuh, 469]: no kernel image is available for execution on the device
CUDA error 209 [/usr/local/cuda-11.8/include/cub/device/dispatch/dispatch_reduce.cuh, 612]: no kernel image is available for execution on the device
CUDA error 209 [/usr/local/cuda-11.8/include/cub/block/../iterator/../util_device.cuh, 469]: no kernel image is available for execution on the device
CUDA error 209 [/usr/local/cuda-11.8/include/cub/device/dispatch/dispatch_reduce.cuh, 612]: no kernel image is available for execution on the device
CUDA error 209 [/usr/local/cuda-11.8/include/cub/block/../iterator/../util_device.cuh, 469]: no kernel image is available for execution on the device
CUDA error 209 [/usr/local/cuda-11.8/include/cub/device/dispatch/dispatch_reduce.cuh, 612]: no kernel image is available for execution on the device
PaddlePaddle works well on 1 GPU.
PaddlePaddle is installed successfully! Let's start deep learning with PaddlePaddle now.
这是我在docker容器中运行uv run python -c "import paddle;paddle.utils.run_check()"
的结果,请问是Maxwell架构的GPU不再支持了吗?