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

Implementation of a new softmax version with PLANE_WISE mode support #3022

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

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
  5. Configuration menu
    Copy the full SHA
    64e3471 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    6750d2e View commit details
    Browse the repository at this point in the history
  2. Updates

    Cydral authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    684c56c View commit details
    Browse the repository at this point in the history
  3. Updates

    Cydral authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1a18dc2 View commit details
    Browse the repository at this point in the history
  4. Updates

    Cydral authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6fb34f9 View commit details
    Browse the repository at this point in the history
  5. Updates

    Cydral authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    847ab9d View commit details
    Browse the repository at this point in the history
  6. Updates

    Cydral authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ee07b5f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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