Skip to content
Snippets Groups Projects
  • Eli Bendersky's avatar
    d5b7fbea
    CUDA: mark the target of implicit intrinsics properly · d5b7fbea
    Eli Bendersky authored
    r218624 implemented target inference for implicit special members. However,
    other entities can be implicit - for example intrinsics. These can not have
    inference running on them, so they should be marked host device as before. This
    is the safest and most flexible setting, since by construction these functions
    don't invoke anything, and we'd like them to be invokable from both host and
    device code. LLVM's intrinsics definitions (where these intrinsics come from in
    the case of CUDA/NVPTX) have no notion of target, so both host and device
    intrinsics can be supported this way.
    
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218688 91177308-0d34-0410-b5e6-96231b3b80d8
    d5b7fbea
    History
    CUDA: mark the target of implicit intrinsics properly
    Eli Bendersky authored
    r218624 implemented target inference for implicit special members. However,
    other entities can be implicit - for example intrinsics. These can not have
    inference running on them, so they should be marked host device as before. This
    is the safest and most flexible setting, since by construction these functions
    don't invoke anything, and we'd like them to be invokable from both host and
    device code. LLVM's intrinsics definitions (where these intrinsics come from in
    the case of CUDA/NVPTX) have no notion of target, so both host and device
    intrinsics can be supported this way.
    
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218688 91177308-0d34-0410-b5e6-96231b3b80d8
Code owners
Assign users and groups as approvers for specific file changes. Learn more.