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 stride indexing bugs in reorg and reorg_gradient functions (CPU & CUDA) #3012

Merged
merged 6 commits into from
Sep 23, 2024

Commits on Sep 16, 2024

  1. Fix Stride Indexing Bugs in reorg and reorg_gradient Functions (C…

    …PU & CUDA) and Add `add_to` Parameter
    Cydral authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4d698fc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

  1. Cleanup: remove using namespace std; (davisking#3016)

    * remove using namespace std from headers
    
    * more std::
    
    * more std::
    
    * more std:: on windows stuff
    
    * remove uses of using namespace std::chrono
    
    * do not use C++17 features
    
    * Add Davis suggestion
    
    * revert some more stuff
    
    * revert removing include
    
    * more std::chrono stuff
    arrufat authored and davisking committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c343779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    724ec09 View commit details
    Browse the repository at this point in the history
  3. fix build error

    davisking committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4dca9b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f68a11 View commit details
    Browse the repository at this point in the history