-
- Downloads
[add] support for omp_task_declare_dependencies_array and...
[add] support for omp_task_declare_dependencies_array and omp_task_declare_dependencies_array_noalias. These OMP runtime functions let the user to pass an array of count items, each item of size 'extent', to the runtime in order to indicate that there are dependencies on each item of the array.
Showing
- runtime/src/dllexports 2 additions, 0 deletionsruntime/src/dllexports
- runtime/src/include/40/omp.h.var 2 additions, 0 deletionsruntime/src/include/40/omp.h.var
- runtime/src/include/45/omp.h.var 2 additions, 0 deletionsruntime/src/include/45/omp.h.var
- runtime/src/include/50/omp.h.var 2 additions, 0 deletionsruntime/src/include/50/omp.h.var
- runtime/src/kmp.h 3 additions, 0 deletionsruntime/src/kmp.h
- runtime/src/kmp_ftn_entry.h 19 additions, 0 deletionsruntime/src/kmp_ftn_entry.h
- runtime/src/kmp_ftn_os.h 8 additions, 0 deletionsruntime/src/kmp_ftn_os.h
- runtime/src/kmp_taskdeps.cpp 72 additions, 2 deletionsruntime/src/kmp_taskdeps.cpp
Loading
Please register or sign in to comment