mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 12:53:33 +08:00
CUDA unified variable where set to use the same allocator than managed variable. This patch adds a specific allocator for the unified variables. Currently it will call the managed allocator underneath but we want to have the flexibility to change that in the future.