================ @@ -26,24 +27,38 @@ static cl::opt<bool> NoF16Math("nvptx-no-f16-math", cl::Hidden, cl::desc("NVPTX Specific: Disable generation of f16 math ops."), cl::init(false)); +static cl::opt<unsigned> + NextSM("nvptx-next-sm", cl::Hidden, + cl::desc("NVPTX Specific: Override SM ID for sm_next."), + cl::init(90)); ---------------- Artem-B wrote:
Patch now requires the option to be specified if we're overriding the SM. https://github.com/llvm/llvm-project/pull/100247 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits