On Thu, Aug 06, 2015 at 09:52:43PM +0200, Nathan Sidwell wrote:
> Ping?
>
> 1) updated version patch
> https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00010.html
>
> 2) https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00204.html
> An infrastructure piece from Thomas, who noticed liboffloadmic didn't
Hi!
On Thu, 6 Aug 2015 21:52:43 +0200, Nathan Sidwell wrote:
> Ping?
>
> 1) updated version patch
> https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00010.html
>
> 2) https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00204.html
> An infrastructure piece from Thomas, who noticed liboffloadmic didn't h
Ping?
1) updated version patch
https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00010.html
2) https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00204.html
An infrastructure piece from Thomas, who noticed liboffloadmic didn't have the
include paths to #include gomp-constants.h.
nathan
On 08/02/15
On 08/04/15 12:17, Thomas Schwinge wrote:
Hi!
Nathan's patch is waiting for trunk approval:
Then, for convenience, I'm also again attaching Nathan's patch:
trunk-version-4.patch.
Nathan, for the trunk commit, I suggest you simply merge my patch into
yours.
Yes, I'll atomically commit them.
Hi!
Nathan's patch is waiting for trunk approval:
On Sat, 1 Aug 2015 20:06:39 -0400, Nathan Sidwell wrote:
> On 07/31/15 12:10, Jakub Jelinek wrote:
>
> > This will hopefully be just GOMP_4.1 instead in the end, but it can
> > change when gomp-4_1-branch is merged to trunk, we don't guarantee
>
On 08/03/15 07:15, Thomas Schwinge wrote:
Hi!
On Sat, 1 Aug 2015 20:20:49 -0400, Nathan Sidwell wrote:
this is the gomp4 committed version.
--- liboffloadmic/plugin/libgomp-plugin-intelmic.cpp(revision 226462)
+++ liboffloadmic/plugin/libgomp-plugin-intelmic.cpp(working copy)
@@ -32
Hi!
On Sat, 1 Aug 2015 20:20:49 -0400, Nathan Sidwell wrote:
> this is the gomp4 committed version.
> --- liboffloadmic/plugin/libgomp-plugin-intelmic.cpp (revision 226462)
> +++ liboffloadmic/plugin/libgomp-plugin-intelmic.cpp (working copy)
> @@ -327,12 +327,26 @@ offload_image (const void *
On 08/01/15 20:06, Nathan Sidwell wrote:
ok? I'll commit a version of this to gomp4 branch shortly.
this is the gomp4 committed version.
nathan
2015-08-01 Nathan Sidwell
include/
* gomp-constants.h (GOMP_VERSION_INTEL_MIC): New.
libgomp/
* plugin/plugin-nvptx.c (GOMP_OFFLOAD_load_i
On 07/31/15 12:10, Jakub Jelinek wrote:
This will hopefully be just GOMP_4.1 instead in the end, but it can
change when gomp-4_1-branch is merged to trunk, we don't guarantee
ABI stability at this point.
Sure.
I'd prefer version to go after devicep argument rather than before.
Fixed.
And
> Index: libgomp/libgomp.map
> ===
> --- libgomp/libgomp.map (revision 226039)
> +++ libgomp/libgomp.map (working copy)
> @@ -234,6 +234,12 @@ GOMP_4.0.1 {
> GOMP_offload_unregister;
> } GOMP_4.0;
>
> +GOMP_4.0.2 {
On 07/31/15 08:16, Nathan Sidwell wrote:
On 07/24/15 15:26, Nathan Sidwell wrote:
Jakub,
this version makes the following changes to the earlier version.
*) Renames things to FOO_ver, rather than FOO_2
*) No attempt to deal with cross-version plugins and libgomp.
*) Adds GOMP_OFFLOAD_version
On 07/24/15 15:26, Nathan Sidwell wrote:
Jakub,
this version makes the following changes to the earlier version.
*) Renames things to FOO_ver, rather than FOO_2
*) No attempt to deal with cross-version plugins and libgomp.
*) Adds GOMP_OFFLOAD_version function to plugin. (I went with your appr
On 07/24/15 09:32, Nathan Sidwell wrote:
On 07/21/15 11:21, Nathan Sidwell wrote:
I committed a version to gomp4 branch, but would still like to get this to trunk
ASAP.
I committed this update to the gomp4 branch to match the updated version
currently under review for trunk.
nathan
2015
On 07/24/15 15:51, Ilya Verbin wrote:
On Fri, Jul 24, 2015 at 15:26:38 -0400, Nathan Sidwell wrote:
mber into mkoffload:process () like:
865 fprintf (out, "static const void *target_data[] = {\n");
866 fprintf (out, " MAGIC, VERSION, ptx_code, (void*) %u, var_mappings, (void*)
%u, "
867
On Fri, Jul 24, 2015 at 15:26:38 -0400, Nathan Sidwell wrote:
> this version makes the following changes to the earlier version.
>
> *) Renames things to FOO_ver, rather than FOO_2
>
> *) No attempt to deal with cross-version plugins and libgomp.
>
> *) Adds GOMP_OFFLOAD_version function to plug
Jakub,
this version makes the following changes to the earlier version.
*) Renames things to FOO_ver, rather than FOO_2
*) No attempt to deal with cross-version plugins and libgomp.
*) Adds GOMP_OFFLOAD_version function to plugin. (I went with your approach).
Returns the GOMP_VERSION used to b
On 07/24/15 12:30, Jakub Jelinek wrote:
So there is no version anywhere? I remember in the design ideas the plan
was that the data section containing the target info (that originally has
been meant to be passed as GOMP_target parameter, but later on has been
changed to the register/unregister a
On Fri, Jul 24, 2015 at 18:30:16 +0200, Jakub Jelinek wrote:
> On Fri, Jul 24, 2015 at 09:32:04AM -0400, Nathan Sidwell wrote:
> > On 07/21/15 11:21, Nathan Sidwell wrote:
> > >On 07/21/15 09:25, Nathan Sidwell wrote:
> > >>This trunk patch implements new register and unregister entry points to
>
On Fri, Jul 24, 2015 at 09:32:04AM -0400, Nathan Sidwell wrote:
> On 07/21/15 11:21, Nathan Sidwell wrote:
> >On 07/21/15 09:25, Nathan Sidwell wrote:
> >>This trunk patch implements new register and unregister entry points to
> >>allow
> >>specifying data version information. (I'll shortly be po
On 07/21/15 11:21, Nathan Sidwell wrote:
On 07/21/15 09:25, Nathan Sidwell wrote:
This trunk patch implements new register and unregister entry points to allow
specifying data version information. (I'll shortly be posting patches changing
the PTX offload data format.)
We now have GOMP_offload_
On 07/21/15 09:25, Nathan Sidwell wrote:
This trunk patch implements new register and unregister entry points to allow
specifying data version information. (I'll shortly be posting patches changing
the PTX offload data format.)
We now have GOMP_offload_{,un}register_2, which take an additional
21 matches
Mail list logo