[Openmp-commits] [PATCH] D158736: [OpenMP][AA][NFC] Add passing test from issue 64797
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Aug 24 10:42:55 PDT 2023
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LG, I put some nits in to restore the test to what it probably was before.
================
Comment at: openmp/libomptarget/test/offloading/back2back_distribute.c:27
+
+ for (int n = 32 ; n < 33 ; n+=5000) {
+ reset_input(a, a_h, b, c);
----------------
================
Comment at: openmp/libomptarget/test/offloading/back2back_distribute.c:32-33
+ int t = 0;
+ for (int tms = 256 ; tms <= 256 ; tms *= 2) { // 8 times
+ for (int ths = 1024 ; ths <= 1024 ; ths *= 2) { // 6 times
+ t++;
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158736/new/
https://reviews.llvm.org/D158736
More information about the Openmp-commits
mailing list