aboutsummaryrefslogtreecommitdiff
path: root/libgomp/allocator.c
AgeCommit message (Expand)AuthorFilesLines
10 dayslibgomp, openmp: Add ompx_gnu_pinned_mem_allocAndrew Stubbs1-32/+83
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-13libgomp: basic pinned memory on LinuxAndrew Stubbs1-25/+40
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-0/+63
2023-12-06openmp, nvptx: low-lat memory access traitsAndrew Stubbs1-0/+20
2023-12-06libgomp, nvptx: low-latency memory allocatorAndrew Stubbs1-99/+147
2023-08-17libgomp: call numa_available first when using libnumaTobias Burnus1-0/+11
2023-07-14libgomp: Fix allocator handling for Linux when libnuma is not availableTobias Burnus1-1/+2
2023-07-12libgomp: Use libnuma for OpenMP's partition=nearest allocation traitTobias Burnus1-28/+174
2023-07-11libgomp: Update OpenMP memory allocation doc, fix omp_high_bw_mem_spaceTobias Burnus1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-06-10openmp: Call dlopen with "libmemkind.so.0" rather than "libmemkind.so"Jakub Jelinek1-1/+1
2022-06-09openmp: Add support for HBW or large capacity or interleaved memory through t...Jakub Jelinek1-12/+353
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-11libgomp: Add tests for omp_atv_serialized and deprecate omp_atv_sequential.Marcel Vollweiler1-1/+1
2021-09-30openmp: Add omp_aligned_{,c}alloc and omp_{c,re}allocJakub Jelinek1-16/+382
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-12openmp: Implement allocate clause in omp lowering.Jakub Jelinek1-5/+37
2020-07-15libgomp: Add Fortran routine support for allocatorsTobias Burnus1-0/+3
2020-07-09openmp: Change omp_atv_default value and rename omp_atv_sequential to omp_atv...Jakub Jelinek1-1/+9
2020-06-02openmp: Fix up build if HAVE_SYNC_BUILTINS is not defined.Jakub Jelinek1-1/+1
2020-05-30openmp: omp_alloc(0, ...) should return NULL.Jakub Jelinek1-0/+3
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek1-0/+354