================
@@ -86,6 +85,7 @@ class NVPTXTargetCodeGenInfo : public TargetCodeGenInfo {
unsigned getDeviceKernelCallingConv() const override {
return llvm::CallingConv::PTX_Kernel;
}
+ bool supportsKernelLowering() const override { return true; }
----------------
arsenm wrote:
I don't understand the point of this when getDeviceKernelCallingConv already
exists
https://github.com/llvm/llvm-project/pull/191090
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits