Re: [PATCH] Docs: Document omp::allocator::* and ompx::allocator::* allocators.

2025-04-16 Thread Tobias Burnus
Alex wrote: Here is a follow up patch for documentation of the omp.h allocators, I'm not super happy with it but I wanted to get eyes on it before I go to sleep tonight. I want the table in there somewhere but I'm not confident that where I put it was the right place. I think having the C++ te

Re: [PATCH] Docs: Document omp::allocator::* and ompx::allocator::* allocators.

2025-04-15 Thread Sandra Loosemore
, 15 Apr 2025 18:50:30 -0600 Subject: [PATCH] Docs: Document omp::allocator::* and ompx::allocator::* allocators. libgomp/ChangeLog: * libgomp.texi: Add omp::allocator::* table. Add example using omp::allocator::cgroup. When writing ChangeLogs for .texi files, I recommend u

[PATCH] Docs: Document omp::allocator::* and ompx::allocator::* allocators.

2025-04-15 Thread Alex
Alex From c8cef447baf16743f7bf0d887d3fd09108d3a607 Mon Sep 17 00:00:00 2001 From: waffl3x Date: Tue, 15 Apr 2025 18:50:30 -0600 Subject: [PATCH] Docs: Document omp::allocator::* and ompx::allocator::* allocators. libgomp/ChangeLog: * libgomp.texi: Add omp::allocator::* table. Add example using omp::allocator::cgroup. Sig