[PATCH] D114367: [NVPTX] Auto-generate tests for sufrace and texture instructions

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 24 11:49:35 PST 2021


asavonic added a comment.

There were several issues found by `ptxas`, mostly related to metadata which is missing in this patch.
Other issues are weird: it seems that code generated for non-unified mode does not pass `nvptx` unless I mark the function as a kernel.
I'll post more details and update the patch as soon as I figure out what is going on.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114367/new/

https://reviews.llvm.org/D114367



More information about the llvm-commits mailing list