[PATCH] D91807: [CUDA] Unbreak CUDA compilation with -std=c++20
    Artem Belevich via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Dec  4 11:37:44 PST 2020
    
    
  
tra requested review of this revision.
tra added a comment.
@jlebar PTAL. The previous fix did not quite fix the problem. `__device__ operator new/delete` was still not defined, but the issue was not reported due to deferred diags if the functions were not used.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91807/new/
https://reviews.llvm.org/D91807
    
    
More information about the cfe-commits
mailing list