All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 0/5] TI OpenCL
Date: Tue, 18 Aug 2015 14:59:28 -0400	[thread overview]
Message-ID: <20150818185928.GC6542@edge> (raw)
In-Reply-To: <55D36851.2030802@ti.com>

Sorry, no comments. Can you please submit the set with changes requested?


On Tue, Aug 18, 2015 at 01:16:01PM -0400, Jacob Stiffler wrote:
> Ping.
> 
> On 8/12/2015 7:20 AM, Jacob Stiffler wrote:
> >
> >
> >On 8/11/2015 11:42 PM, Denys Dmytriyenko wrote:
> >>Thanks.
> >>
> >>1. Is 3/5 missing?
> >It was a large patch (>100KB) and is pending approval.
> >>2. Can you be more specific, as multiple recipes say "TI OpenCL" in
> >>description.
> >Do you mean that only the "DESCRIPTION" needs more specific
> >information? Or are there other areas too?
> >
> >If there are no other comments, I will go ahead and update.
> >>
> >>
> >>On Tue, Aug 11, 2015 at 10:01:45AM -0400, Jacob Stiffler wrote:
> >>>This patch set provides the complte set of OpenCL packages for
> >>>TI devices.
> >>>
> >>>Jacob Stiffler (5):
> >>>   clocl: Add opencl kernel compiler.
> >>>   opencl-monitor: Add opencl monitor firmware
> >>>   ocl-gl-headers: Add GL headers required for opencl.
> >>>   opencl: Add the opencl library
> >>>   opencl-examples: Add the opencl examples.
> >>>
> >>>  meta-arago-extras/recipes-ti/ocl/clocl_git.bb      |    34 +
> >>>  .../recipes-ti/ocl/ocl-gl-headers/GL/gl.h          |  2235 ++++
> >>>  .../recipes-ti/ocl/ocl-gl-headers/GL/gl_mangle.h   |  2311 ++++
> >>>  .../recipes-ti/ocl/ocl-gl-headers/GL/glext.h       | 10776
> >>>+++++++++++++++++++
> >>>  .../recipes-ti/ocl/ocl-gl-headers/GL/glx.h         |   513 +
> >>>  .../recipes-ti/ocl/ocl-gl-headers/GL/glx_mangle.h  |    82 +
> >>>  .../recipes-ti/ocl/ocl-gl-headers/GL/glxext.h      |  1001 ++
> >>>  .../ocl/ocl-gl-headers/GL/internal/dri_interface.h |  1189 ++
> >>>  .../recipes-ti/ocl/ocl-gl-headers/GL/osmesa.h      |   283 +
> >>>  .../recipes-ti/ocl/ocl-gl-headers/GL/wglext.h      |   901 ++
> >>>  .../recipes-ti/ocl/ocl-gl-headers/GL/wmesa.h       |   140 +
> >>>  .../recipes-ti/ocl/ocl-gl-headers_git.bb           |    25 +
> >>>  meta-arago-extras/recipes-ti/ocl/ocl.inc           |    10 +
> >>>  .../recipes-ti/ocl/opencl-examples_git.bb          |    77 +
> >>>  .../recipes-ti/ocl/opencl-monitor_git.bb           |    58 +
> >>>  meta-arago-extras/recipes-ti/ocl/opencl_git.bb     |    55 +
> >>>  16 files changed, 19690 insertions(+)
> >>>  create mode 100644 meta-arago-extras/recipes-ti/ocl/clocl_git.bb
> >>>  create mode 100644
> >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/gl.h
> >>>  create mode 100644
> >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/gl_mangle.h
> >>>  create mode 100644
> >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/glext.h
> >>>  create mode 100644
> >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/glx.h
> >>>  create mode 100644
> >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/glx_mangle.h
> >>>  create mode 100644
> >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/glxext.h
> >>>  create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/internal/dri_interface.h
> >>>  create mode 100644
> >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/osmesa.h
> >>>  create mode 100644
> >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/wglext.h
> >>>  create mode 100644
> >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/wmesa.h
> >>>  create mode 100644
> >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers_git.bb
> >>>  create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl.inc
> >>>  create mode 100644
> >>>meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
> >>>  create mode 100644
> >>>meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb
> >>>  create mode 100644 meta-arago-extras/recipes-ti/ocl/opencl_git.bb
> >>>
> >>>-- 
> >>>1.9.1
> >>>
> >>>_______________________________________________
> >>>meta-arago mailing list
> >>>meta-arago@arago-project.org
> >>>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >
> 


      reply	other threads:[~2015-08-18 18:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-11 14:01 [PATCH 0/5] TI OpenCL Jacob Stiffler
2015-08-11 14:01 ` [PATCH 1/5] clocl: Add opencl kernel compiler Jacob Stiffler
2015-08-11 14:01 ` [PATCH 2/5] opencl-monitor: Add opencl monitor firmware Jacob Stiffler
2015-08-11 14:01 ` [PATCH 3/5] ocl-gl-headers: Add GL headers required for opencl Jacob Stiffler
2015-08-11 14:01 ` [PATCH 4/5] opencl: Add the opencl library Jacob Stiffler
2015-08-11 14:01 ` [PATCH 5/5] opencl-examples: Add the opencl examples Jacob Stiffler
2015-08-12  3:42 ` [PATCH 0/5] TI OpenCL Denys Dmytriyenko
2015-08-12 11:20   ` Jacob Stiffler
2015-08-18 17:16     ` Jacob Stiffler
2015-08-18 18:59       ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150818185928.GC6542@edge \
    --to=denys@ti.com \
    --cc=j-stiffler@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.