Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bindless][Exp] Add support for device to device copies between CuArrays #1265

Merged
merged 4 commits into from
Apr 24, 2024

Commits on Apr 19, 2024

  1. [Bindless][CUDA] Add initial support for device to device copies

    * support device to device copies between CUarrays
    
    * fix random failure by sync on stream when dispatching
      copies
    
    * add support for image arrays and cubemaps copies
    cppchedy committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f489829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    624bd83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25578d6 View commit details
    Browse the repository at this point in the history
  4. fix odd formatting

    cppchedy committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f9fb116 View commit details
    Browse the repository at this point in the history