All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Integrate OpenMP Accelerator Model
@ 2016-02-19 19:42 Jacob Stiffler
  2016-02-19 19:42 ` [PATCH 1/7] openmpacc: Add clacc, the OpenMP-Acc compiler Jacob Stiffler
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jacob Stiffler @ 2016-02-19 19:42 UTC (permalink / raw)
  To: meta-arago


Jacob Stiffler (7):
  openmpacc: Add clacc, the OpenMP-Acc compiler
  openmpacc: Add OpenMP-Acc library
  openmpacc-examples: Add the OpenMP-Acc examples
  arago-source-ipk: Enable openmpacc-examples source ipk
  packagegroup-arago-tisdk-addons*: Integrate openmpacc into the SDK
  nativesdk-packagegroup-arago-sdk-host: Add clacc to the devkit
  ti-tisdk-makefile: Add openmpacc-examples target

 .../conf/distro/arago-source-ipk.conf              |  3 +
 .../packagegroup-arago-tisdk-addons-sdk-host.bb    |  6 +-
 .../packagegroup-arago-tisdk-addons-sdk-target.bb  | 15 +++--
 .../packagegroup-arago-tisdk-addons.bb             |  6 +-
 .../ti-tisdk-makefile/Makefile_openmpacc-examples  | 32 ++++++++++
 .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |  7 ++-
 .../nativesdk-packagegroup-arago-sdk-host.bb       |  3 +-
 .../recipes-ti/openmpacc/clacc_git.bb              | 38 ++++++++++++
 .../recipes-ti/openmpacc/openmpacc-examples_git.bb | 72 ++++++++++++++++++++++
 .../recipes-ti/openmpacc/openmpacc.inc             | 21 +++++++
 .../recipes-ti/openmpacc/openmpacc_git.bb          | 19 ++++++
 11 files changed, 214 insertions(+), 8 deletions(-)
 create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_openmpacc-examples
 create mode 100644 meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb
 create mode 100644 meta-arago-extras/recipes-ti/openmpacc/openmpacc-examples_git.bb
 create mode 100644 meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc
 create mode 100644 meta-arago-extras/recipes-ti/openmpacc/openmpacc_git.bb

-- 
1.9.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-02-23 21:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-19 19:42 [PATCH 0/7] Integrate OpenMP Accelerator Model Jacob Stiffler
2016-02-19 19:42 ` [PATCH 1/7] openmpacc: Add clacc, the OpenMP-Acc compiler Jacob Stiffler
2016-02-19 19:42 ` [PATCH 2/7] openmpacc: Add OpenMP-Acc library Jacob Stiffler
2016-02-19 19:42 ` [PATCH 3/7] openmpacc-examples: Add the OpenMP-Acc examples Jacob Stiffler
2016-02-19 19:42 ` [PATCH 4/7] arago-source-ipk: Enable openmpacc-examples source ipk Jacob Stiffler
2016-02-19 19:42 ` [PATCH 5/7] packagegroup-arago-tisdk-addons*: Integrate openmpacc into the SDK Jacob Stiffler
2016-02-19 19:42 ` [PATCH 6/7] nativesdk-packagegroup-arago-sdk-host: Add clacc to the devkit Jacob Stiffler
2016-02-19 19:42 ` [PATCH 7/7] ti-tisdk-makefile: Add openmpacc-examples target Jacob Stiffler
2016-02-23 21:41 ` [PATCH 0/7] Integrate OpenMP Accelerator Model Jacob Stiffler

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.