Re: [PR] [Target][CUDA] Allow non-numeric arch as needed for latest gpu [tvm]

2024-03-19 Thread via GitHub
tqchen merged PR #16736: URL: https://github.com/apache/tvm/pull/16736 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.or

[PR] [Target][CUDA] Allow non-numeric arch as needed for latest gpu [tvm]

2024-03-18 Thread via GitHub
vinx13 opened a new pull request, #16736: URL: https://github.com/apache/tvm/pull/16736 Latest GPU like H100 supports `sm_90a` arch, this breaks the previous assumption that the arch can be parsed as an integer. Also updated the predefined arch for H100. cc @tqchen -- This is a