================
@@ -2769,6 +2769,9 @@ def err_deduction_guide_name_not_class_template : Error<
"cannot specify deduction guide for "
"%select{<error>|function template|variable template|alias template|"
"template template parameter|concept|dependent template name}0 %1">;
+def err_deduction_guide_target_attr : Error<
+ "deduction guides are implicitly enabled for both host and device in "
+ "CUDA/HIP; explicit CUDA/HIP target attributes are not allowed">;
----------------
yxsamliu wrote:
will do
https://github.com/llvm/llvm-project/pull/168711
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits