[Openmp-commits] [openmp] [OpenMP][test][VE] Limit the number of threads to create (PR #65873)

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Sun Sep 17 19:07:37 PDT 2023


================
@@ -11,7 +11,12 @@
 // UNSUPPORTED: gcc
 
 // High parallelism increases our chances of detecting a lack of atomicity.
+#ifdef __ve__
+// VE's pthread_create supports 64 threads at a maximum.
----------------
shiltian wrote:

It would be better to split the patch into two: one is about test, as the previous version, and one for the changes in the header, etc.

https://github.com/llvm/llvm-project/pull/65873


More information about the Openmp-commits mailing list