-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Labels
gpuGPU-related bugs or issuesGPU-related bugs or issuesupstreamBlocked by upstreamBlocked by upstream
Description
Recent versions of nvcc (12.8.93) warn during compilation:
warning: [email protected]: nvcc warning : Support for offline compilation for architectures prior to '<compute/sm/lto>_75' will be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
Currently we declare support for sm_70:
| nvcc.flag("-arch=sm_70"); |
Background
JIT compilation will be available in the legacy driver, but precompilation won't:
https://www.phoronix.com/news/Maxwe--Pascal-Volta-Legacy-Near
This impacts the Maxwell, Pascal, and Volta generations of GPUs:
- GeForce GTX 750 series released in 2014
- GTX 900 series
- GeForce GTX 1000 series
- Tesla V100 / DGX-1 and Titan V released in 2017
Metadata
Metadata
Assignees
Labels
gpuGPU-related bugs or issuesGPU-related bugs or issuesupstreamBlocked by upstreamBlocked by upstream