Unverified Commit 047b2b24 authored by Yichen Yan's avatar Yichen Yan Committed by GitHub
Browse files

[NVPTX] Add `-march=general` option to mirror default configuration (#85222)



This PR adds `-march=generic` support for the NVPTX backend. This
fulfills a TODO introduced in #79873.

With this PR, users can explicitly request the "default" CUDA
architecture, which makes sure that no specific architecture is
specified.

This PR does not address any compatibility issues between different CUDA
versions.

---------

Co-authored-by: default avatarJoseph Huber <huberjn@outlook.com>
parent d5a277d3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment