[Openmp-commits] [PATCH] D55148: [OpenMP] Implement OpenMP 5.0 Affinity Format Functionality
Kiran Chandramohan via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Oct 27 02:36:53 PDT 2023
kiranchandramohan added inline comments.
Herald added subscribers: jplehr, sstefan1, yaxunl.
Herald added a reviewer: jdoerfert.
Herald added a project: All.
================
Comment at: runtime/src/include/50/omp_lib.h.var:427-446
+ subroutine omp_set_affinity_format(format)
+ character (len=*) :: format
+ end subroutine omp_set_affinity_format
+
+ function omp_get_affinity_format(buffer)
+ import
+ character (len=*) :: buffer
----------------
@jlpeyton @AndreyChurbanov Is there any particular reason that these functions are not `bind(c)`?
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55148/new/
https://reviews.llvm.org/D55148
More information about the Openmp-commits
mailing list