[Openmp-commits] [openmp] r205909 - Add the offload directory which contains the code needed to support

Dmitri Gribenko gribozavr at gmail.com
Wed Apr 9 10:21:29 PDT 2014


On Wed, Apr 9, 2014 at 4:40 PM, Jim Cownie <james.h.cownie at intel.com> wrote:
> Author: jimcownie
> Date: Wed Apr  9 10:40:23 2014
> New Revision: 205909
>
> URL: http://llvm.org/viewvc/llvm-project?rev=205909&view=rev
> Log:
> Add the offload directory which contains the code needed to support
> OpenMP 4.0 "target" directives. This will need more work for
> generality, but we want to get it out and visible to the community.

Hi Jim,

Is this library built separately?  If so, how do we build it on the buildbot?

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the Openmp-commits mailing list