[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - OpenMP Support

OpenMP Support

Re: OpenMP Support

Postby dar » Sat Feb 01, 2014 1:11 pm

Two updates to this thread -

First, a programming quick start using STDCL can be found here:

Second, OpenMP support is being investigated using libcoprthr as a co-processor threading library for Epiphany, proof-of-concept code looks good so far as a basis for a project.
dar
 
Posts: 90
Joined: Mon Dec 17, 2012 3:26 am

Re: OpenMP Support

Postby aolofsson » Sat Feb 01, 2014 2:45 pm

Truly amazing! So now you have implemented a production OpenCL and prototypes of OpenMP and and MPI for the Epiphany, all using the same COPRTHR code base.(and with a team that is a fraction of what most large organizations have).

I know there are some important folks interested in OpenMP, so I am anxious to see how this unfolds. :D

Cheers,
Andreas
User avatar
aolofsson
 
Posts: 1005
Joined: Tue Dec 11, 2012 6:59 pm
Location: Lexington, Massachusetts,USA

Re: OpenMP Support

Postby shodruk » Sun Feb 02, 2014 6:23 pm

Awesome!!! :D
Shodruky
shodruk
 
Posts: 464
Joined: Mon Apr 08, 2013 7:03 pm

Re: OpenMP Support

Postby Marcio » Fri Mar 14, 2014 3:29 pm

Hi everybody,

I am just curious to know where I could find the OpenMP SDK, because I was told that it is available.

On the other hand, how is or would be OpenMP implemented on the Epiphany? OpenMP is designed for SMP's and as far as I know the memory is splitted on two parts, one for the arm (host) and the other for the epiphany (device). Is the data copied between host and device implicitly using mailboxes?
Marcio
 
Posts: 17
Joined: Fri Jun 07, 2013 12:50 pm

Re: OpenMP Support

Postby dar » Fri Mar 14, 2014 4:00 pm

If there is an SDK that already supports Epiphany I am not aware of it. We are working on something that would support OpenMP for the co-processor and allow explicit distributed memory management using support that already exists for malloc'ing device-shareable memory in the APIs provided in the COPRTHR SDK. It would be easy to implement automatic host-device data copy instrumentation but this will only work for toy use cases. Most applications will quickly require more control anyway. See for example the Intel pragma offload API for MIC, which quickly requires qualifying empty scopes to force data transfers for efficiency. There is an experimental feature of Parallella that would make automatic memory management more efficient, but its experimental at the moment. It relates to whether Parallella is an SMP platform or not - the issue is complicated, it does not have a clear answer at the moment.
dar
 
Posts: 90
Joined: Mon Dec 17, 2012 3:26 am

Re: OpenMP Support

Postby aolofsson » Fri Mar 14, 2014 4:49 pm

User avatar
aolofsson
 
Posts: 1005
Joined: Tue Dec 11, 2012 6:59 pm
Location: Lexington, Massachusetts,USA

Re: OpenMP Support

Postby luiceur » Mon Jul 07, 2014 7:12 pm

Hi all,

How is the OpenMP implementation going? I've just received my parallella (finally arriving to the Old Continent) and I was hoping to do a matrix-matrix multiplication benchmark but going through the examples I thought there was not an OpenMP approach to use the Ephiphany coprocessor. Am I right?
My modest opinion is that it would be very important to access the coprocessor using OpenMP and MPI. That would definitely put parallella among other emergent low consumption options in HPC.

Hope is okay to share my ideas...

Regards,
Luiceur
luiceur
 
Posts: 1
Joined: Mon Jul 07, 2014 6:59 pm

Re: OpenMP Support

Postby dar » Wed Jul 09, 2014 1:33 pm

Unfortunately that work has been pushed aside by other projects. I do agree that OpenMP and MPI both would provide excellent programming models for Epiphany, and the Parallella platform in particular since it effectively has shared memory between ARM and Epiphany. That is why we explored both of these through proof-of-concept efforts. This update only covers what I know from BDT. You might check of Adapteva is working on support for either or both internally.
-DAR
dar
 
Posts: 90
Joined: Mon Dec 17, 2012 3:26 am

Re: OpenMP Support

Postby baseballguy » Fri Jul 25, 2014 6:58 pm

Hi, so can Open MP programs be run on the Epiphany cores or are you guys still working on it?

Thanks
baseballguy
 
Posts: 40
Joined: Tue Jul 08, 2014 1:36 pm

Previous

Return to OpenMP

Who is online

Users browsing this forum: No registered users and 2 guests

cron