RE: [PATCH] D60455: [SYCL] Implement SYCL device code outlining

2019-06-11 Thread Bader, Alexey via cfe-commits
Hi Aaron, I think Anastasia is on vacation. Could you recommend someone who can be “trusted reviewer” for this change, please? If no, we will wait for your/Anastasia review. Thanks, Alexey From: Aaron Ballman Sent: Tuesday, June 11, 2019 5:04 PM To: reviews+d60455+public+bc9d5bb3412ac...@revie

RE: [PATCH] D27334: [OpenCL] Ambiguous function call.

2016-12-06 Thread Bader, Alexey via cfe-commits
Actually OpenCL specification has the following text in “Built-in Functions” chapter (OpenCL C 2.0 rev. 33): “ User defined OpenCL C functions, behave per C standard rules for functions (C99, TC2, Section 6.9.1). On entry to the function, the size of each variably modified parameter is evaluate

RE: [PATCH] D27334: [OpenCL] Ambiguous function call.

2016-12-06 Thread Bader, Alexey via cfe-commits
On 5 Dec 2016 9:42 am, "Anastasia Stulova via Phabricator via cfe-commits" mailto:cfe-commits@lists.llvm.org>> wrote: Anastasia added a comment. In https://reviews.llvm.org/D27334#612858, @bader wrote: > In https://reviews.llvm.org/D27334#611703, @Anastasia wrote: > > > This change seems to modi