[PATCH] D56411: [CUDA][HIP][Sema] Fix template kernel with function as template parameter

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 16 09:18:14 PST 2019


rjmccall added a comment.

I think the diagnostic should come during instantiation when you find an evaluated use of a host function within a device function.


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

https://reviews.llvm.org/D56411





More information about the cfe-commits mailing list