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

Fix remaining swarm D->H->D copies #1145

Merged
merged 32 commits into from
Aug 28, 2024
Merged

Commits on Jul 30, 2024

  1. working

    brryan committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    60b216c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Clean up implicit captures

    brryan committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3867965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed99964 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f19156b View commit details
    Browse the repository at this point in the history
  4. Defrag works

    brryan committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    bf06351 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    def49d2 View commit details
    Browse the repository at this point in the history
  6. Clean up

    brryan committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e9b98c0 View commit details
    Browse the repository at this point in the history
  7. Fix GPU issues

    brryan committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4a4110e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cf0b8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4487b1 View commit details
    Browse the repository at this point in the history
  10. Remove unused function

    brryan committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d68e6dd View commit details
    Browse the repository at this point in the history
  11. Formatting

    brryan committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    93efdfc View commit details
    Browse the repository at this point in the history
  12. Fiddle with send logic

    brryan committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5e5a31a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    ee95934 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    b2891de View commit details
    Browse the repository at this point in the history
  2. Merge branch 'brryan/more_swarm_prefix_sums' of github.com:lanl/parth…

    …enon into brryan/more_swarm_prefix_sums
    brryan committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    51cc2f1 View commit details
    Browse the repository at this point in the history
  3. Perform swarm boundary logic on device (#1154)

    * First kernel down
    
    * Further cleanup
    
    * Notes
    
    * Send seems to work
    
    * Need to promote particles example to latest pattern
    
    * May have fixed particles example
    
    * cycles...
    
    * iterative tasking is only iterating on one meshblock in particles example...
    
    * Still not working...
    
    * New loop seems to work
    
    * Cleaned up some printfs/marked unused code for deletion
    
    * New algorithm is cycling, time to clean up
    
    * Fixed indexing bug...
    
    * Clean up
    
    * finished_transport shouldnt be provided by swarm
    
    * Reverting to old manual iterative tasking
    
    * Still working...
    
    * Starting to make progress...
    
    * Cleaned up
    
    * format
    
    * A few leftover print statements
    brryan authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2a6a8ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7326394 View commit details
    Browse the repository at this point in the history
  5. implicit this->

    brryan committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    36c6bc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    753ca05 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Found the bug

    brryan committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ed10e33 View commit details
    Browse the repository at this point in the history
  2. Fixed bug, cleaned up

    brryan committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    85d7bd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f17c013 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    fb536d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    e4092f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Fix types, clean up code

    brryan committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    87192a7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'brryan/more_swarm_prefix_sums' of github.com:lanl/parth…

    …enon into brryan/more_swarm_prefix_sums
    brryan committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5d93cac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fab017d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fab834b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    a205b76 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'brryan/more_swarm_prefix_sums' of github.com:lanl/parth…

    …enon into brryan/more_swarm_prefix_sums
    brryan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    27879e9 View commit details
    Browse the repository at this point in the history
  3. Cleanup from debugging

    brryan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5c46e5a View commit details
    Browse the repository at this point in the history