Skip to content

GPU architecture sm_70 is at end of support #3666

@teor2345

Description

@teor2345

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

No one assigned

    Labels

    gpuGPU-related bugs or issuesupstreamBlocked by upstream

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions