- We use this in COSMO to use the unified memory feature of the newer
CUDA APIs (>= 6)
- This is a hack, so please revert this when 2018 rolls in.
Differential D35991
[Polly] [HACK] [WIP] Add functionality to GPUJIT to track unified memory. bollu on Jul 28 2017, 5:25 AM. Authored by
Details
CUDA APIs (>= 6)
Diff Detail
Event TimelineComment Actions Clearly, this entire patch is a hack. I'd like to know how to add tests for this, and how to ensure that this gets reverted at some point in the future :) Comment Actions Hi Siddharth, I think it is OK to upstream this code, assuming you write and document it in a generic way and explain how it is used.
Comment Actions This breaks my Julia build. How are the cudaFree and cudaMallocManaged functions resolved ? Can you add a patch to link GPURuntime to cudart ? |