Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Update thread scope for synchronization domains #353

Merged
merged 1 commit into from
Feb 21, 2023

Commits on Jan 20, 2023

  1. Update thread scope for synchronization domains

    CUDA 12.0 introduced the "Memory Synchronization Domains" feature:
    https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#memory-synchronization-domains
    
    As described in that CUDA documentation, this feature changes the
    definition of `thread_scope_device`.
    
    Update libcu++ to match that definition update.
    daniellustig committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e9e66d4 View commit details
    Browse the repository at this point in the history