Re: r369641 - [OpenCL] Fix declaration of enqueue_marker

2019-08-23 Thread Hans Wennborg via cfe-commits
Sure. Merged to release_90 in r369738.

On Thu, Aug 22, 2019 at 5:39 PM Anastasia Stulova
 wrote:
>
> Hi Hans,
>
>
> Can this still be merged into the release branch please.
>
>
> Thanks in advance,
>
> Anastasia
>
>
>
> 
> From: cfe-commits  on behalf of Yaxun Liu 
> via cfe-commits 
> Sent: 22 August 2019 12:18
> To: cfe-commits@lists.llvm.org 
> Subject: r369641 - [OpenCL] Fix declaration of enqueue_marker
>
> Author: yaxunl
> Date: Thu Aug 22 04:18:59 2019
> New Revision: 369641
>
> URL: http://llvm.org/viewvc/llvm-project?rev=369641=rev
> Log:
> [OpenCL] Fix declaration of enqueue_marker
>
> Differential Revision: https://reviews.llvm.org/D66512
>
> Modified:
> cfe/trunk/lib/Headers/opencl-c.h
>
> Modified: cfe/trunk/lib/Headers/opencl-c.h
> URL: 
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/opencl-c.h?rev=369641=369640=369641=diff
> ==
> --- cfe/trunk/lib/Headers/opencl-c.h (original)
> +++ cfe/trunk/lib/Headers/opencl-c.h Thu Aug 22 04:18:59 2019
> @@ -15350,7 +15350,7 @@ ndrange_t __ovld ndrange_3D(const size_t
>  ndrange_t __ovld ndrange_3D(const size_t[3], const size_t[3]);
>  ndrange_t __ovld ndrange_3D(const size_t[3], const size_t[3], const 
> size_t[3]);
>
> -int __ovld enqueue_marker(queue_t, uint, const __private clk_event_t*, 
> __private clk_event_t*);
> +int __ovld enqueue_marker(queue_t, uint, const clk_event_t*, clk_event_t*);
>
>  void __ovld retain_event(clk_event_t);
>
>
>
> ___
> cfe-commits mailing list
> cfe-commits@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
> IMPORTANT NOTICE: The contents of this email and any attachments are 
> confidential and may also be privileged. If you are not the intended 
> recipient, please notify the sender immediately and do not disclose the 
> contents to any other person, use it for any purpose, or store or copy the 
> information in any medium. Thank you.
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


Re: r369641 - [OpenCL] Fix declaration of enqueue_marker

2019-08-22 Thread Anastasia Stulova via cfe-commits
Hi Hans,


Can this still be merged into the release branch please.


Thanks in advance,

Anastasia



From: cfe-commits  on behalf of Yaxun Liu 
via cfe-commits 
Sent: 22 August 2019 12:18
To: cfe-commits@lists.llvm.org 
Subject: r369641 - [OpenCL] Fix declaration of enqueue_marker

Author: yaxunl
Date: Thu Aug 22 04:18:59 2019
New Revision: 369641

URL: http://llvm.org/viewvc/llvm-project?rev=369641=rev
Log:
[OpenCL] Fix declaration of enqueue_marker

Differential Revision: https://reviews.llvm.org/D66512

Modified:
cfe/trunk/lib/Headers/opencl-c.h

Modified: cfe/trunk/lib/Headers/opencl-c.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/opencl-c.h?rev=369641=369640=369641=diff
==
--- cfe/trunk/lib/Headers/opencl-c.h (original)
+++ cfe/trunk/lib/Headers/opencl-c.h Thu Aug 22 04:18:59 2019
@@ -15350,7 +15350,7 @@ ndrange_t __ovld ndrange_3D(const size_t
 ndrange_t __ovld ndrange_3D(const size_t[3], const size_t[3]);
 ndrange_t __ovld ndrange_3D(const size_t[3], const size_t[3], const size_t[3]);

-int __ovld enqueue_marker(queue_t, uint, const __private clk_event_t*, 
__private clk_event_t*);
+int __ovld enqueue_marker(queue_t, uint, const clk_event_t*, clk_event_t*);

 void __ovld retain_event(clk_event_t);



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


r369641 - [OpenCL] Fix declaration of enqueue_marker

2019-08-22 Thread Yaxun Liu via cfe-commits
Author: yaxunl
Date: Thu Aug 22 04:18:59 2019
New Revision: 369641

URL: http://llvm.org/viewvc/llvm-project?rev=369641=rev
Log:
[OpenCL] Fix declaration of enqueue_marker

Differential Revision: https://reviews.llvm.org/D66512

Modified:
cfe/trunk/lib/Headers/opencl-c.h

Modified: cfe/trunk/lib/Headers/opencl-c.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/opencl-c.h?rev=369641=369640=369641=diff
==
--- cfe/trunk/lib/Headers/opencl-c.h (original)
+++ cfe/trunk/lib/Headers/opencl-c.h Thu Aug 22 04:18:59 2019
@@ -15350,7 +15350,7 @@ ndrange_t __ovld ndrange_3D(const size_t
 ndrange_t __ovld ndrange_3D(const size_t[3], const size_t[3]);
 ndrange_t __ovld ndrange_3D(const size_t[3], const size_t[3], const size_t[3]);
 
-int __ovld enqueue_marker(queue_t, uint, const __private clk_event_t*, 
__private clk_event_t*);
+int __ovld enqueue_marker(queue_t, uint, const clk_event_t*, clk_event_t*);
 
 void __ovld retain_event(clk_event_t);
 


___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits