[Openmp-commits] [PATCH] D148393: [OpenMP] Additional APIs used by MSVC compiler for loop collapse (rectangular and non-rectangular loops)
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 20 08:49:32 PDT 2023
jlpeyton added a comment.
Are there any plans to update clang itself to call these new API functions?
================
Comment at: openmp/runtime/src/dllexports:404-406
+ __kmpc_process_loop_nest_rectang 292
+ __kmpc_calc_original_ivs_rectang 293
+ __kmpc_for_collapsed_init 294
----------------
Why are we adding more ordinal numbers? I thought they weren't necessary anymore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148393/new/
https://reviews.llvm.org/D148393
More information about the Openmp-commits
mailing list