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

Added runtime thread re-distribution #4

Merged
merged 11 commits into from
Aug 28, 2024
Merged

Added runtime thread re-distribution #4

merged 11 commits into from
Aug 28, 2024

Commits on Jul 17, 2024

  1. updated todos

    mattheww95 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    02ca193 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fixed typo

    mattheww95 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    731d128 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Bst (#2)

    * started optimizing matrix writes
    
    * added assest
    
    * updated write queue structure
    
    * updated queue data type
    
    * created write queue for outputs
    
    * issue with full matrix being written
    
    * did not change anything but the program worked
    
    * formatted code and removed comments
    mattheww95 authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3d3ff58 View commit details
    Browse the repository at this point in the history
  2. removed dead code

    mattheww95 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    85575af View commit details
    Browse the repository at this point in the history
  3. removed dead code

    mattheww95 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    62625a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Distribute threads (#3)

    * updated todos
    
    * removed dead code
    
    * updated todos
    
    * updated tests
    
    * updated test workflow
    
    * updated test code
    
    * updated thread distribution
    
    * updated thread distribution
    
    * took liniter suggestions
    
    * updated bin resizing, need to work on characteristics of recalculation of bin sizes
    
    * threads are now distributed at run time
    mattheww95 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b164e82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56efbc1 View commit details
    Browse the repository at this point in the history
  3. bumped version

    mattheww95 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    849fe80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32712d0 View commit details
    Browse the repository at this point in the history
  5. updated CI go version

    mattheww95 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2c0e22e View commit details
    Browse the repository at this point in the history
  6. added missing test files

    mattheww95 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    45a399c View commit details
    Browse the repository at this point in the history