[PATCH] D25809: [CUDA] Improved target attribute-based overloading.
Justin Lebar via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 21 16:04:07 PDT 2016
jlebar added inline comments.
================
Comment at: test/SemaCUDA/function-template-overload.cu:44
+// explicitly specialize or instantiate function tempaltes.
+template <> __host__ HType overload_hd(int a);
+// expected-error at -1 {{no function template matches function template specialization 'overload_hd'}}
----------------
jlebar wrote:
> Please ignore the above comment; it is not correct, but I cannot delete it or edit it in phab. :-/
(Wow, it also didn't submit the comment I was referring to. How broken.)
https://reviews.llvm.org/D25809
More information about the cfe-commits
mailing list