oneapi-src / unified-memory-framework

A library for constructing allocators and memory pools. It also contains broadly useful abstractions and utilities for memory management. UMF allows users to manage multiple memory pools characterized by different attributes, allowing certain allocation types to be isolated from others and allocated using different hardware resources as required.
https://oneapi-src.github.io/unified-memory-framework/
Other
31 stars 23 forks source link

Add a CI job that uses LLVM linker (ld.lld) instead of GNU linker (ld) #650

Open bratpiorka opened 1 month ago

bratpiorka commented 1 month ago

Add a CI job that uses LLVM linker (ld.lld) instead of GNU linker (ld). It can be enabled with "-fuse-ld=lld" clang option.

related to #646

pbalcer commented 1 month ago

also make sure that it can detect issues with our map/def files.