Skip to content

[TorchInductor] Add support for Pascal GPUs (P100, GTX 1080, etc) #93528

@jansel

Description

@jansel

According to @ptillet supporting Pascal GPUs with Triton should be possible if we:

  1. Disable float16 support (and give a good error message saying fp16 requires a newer GPU)
  2. Use aten backend for matmul/conv
  3. May need to remove an assert on the Triton side?
  4. Test it to make sure things work

This might be a good first issue if someone has a Pascal GPU handy to test on.

cc @ezyang @soumith @msaroufim @wconstab @ngimel @bdhirsh

Metadata

Metadata

Assignees

No one assigned

    Labels

    oncall: pt2triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions