[Omp] OpenMP based implementation of data dependence analysis
and loop optimization
Jiangtian Li
jli3 at ncsu.edu
Thu Jun 30 07:24:06 PDT 2005
Thank you very much for your reply! I wanted to know how and to what
extent data dependence analysis and loop optimization was implemented in
openMP. From OpenMP API version 2.5 it says "OpenMP-compliant
implementations are not required to check for dependencies, conflicts,
deadlocks, race conditions, or other problems that result from
non-conforming programs." But as you said, there is extensive research
literature. I appreciate your suggestions.
Best regards,
JT
> Do you want to implement data-dependence analysis and loop
> optimization using OpenMP, or do you want to use data-dependence
> and loop optimization to implement OpenMP?
>
> The former is an awfully interesting research project; parallel
> graph algorithms come to mind. In general, though, most compilers
> don't run in parallel.
>
> There is extensive literature on the latter, search the compiler
> literature.
>
> Regards,
>
> Larry Meadows
>
>>-----Original Message-----
>>From: Omp-bounces at openmp.org [mailto:Omp-bounces at openmp.org]
>>On Behalf Of Jiangtian Li
>>Sent: Wednesday, June 29, 2005 1:15 PM
>>To: Omp at openmp.org
>>Subject: [Omp] OpenMP based implementation of data dependence
>>analysis and loop optimization
>>
>>Hi, everybody,
>>
>>I am looking for OpenMP based implementation of data
>>dependence analysis
>>and loop optimization. Could anyone suggest any reference,
>>source, etc.?
>>Thank you!
>>
>>Best regards,
>>JT
>>
>>
>>_______________________________________________
>>Omp mailing list
>>Omp at openmp.org
>>http://openmp.org/mailman/listinfo/omp_openmp.org
>>
>
More information about the Omp
mailing list