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