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

Flush cache #246

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft

Flush cache #246

wants to merge 30 commits into from

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    81a68a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    943b3c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    7bd7c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dea137 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Fixed several issues pertaining to the setting of clocks, in particul…

    …ar one where the memory clock would always be seen as not-equal due to a rounding error
    fjwillemsen committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    df54145 View commit details
    Browse the repository at this point in the history
  2. Time spent setting NVML parameters (clock & memory frequency, power) …

    …goes to framework time instead of benchmark time
    fjwillemsen committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4cc4a13 View commit details
    Browse the repository at this point in the history
  3. Time spent setting NVML parameters (clock & memory frequency, power) …

    …goes to framework time instead of benchmark time
    fjwillemsen committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e309bc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6aac8b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    a020791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e6e5fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f15338f View commit details
    Browse the repository at this point in the history
  4. Added function to check for compute capability validity, improved che…

    …ck on gpu-architecture compiler option, added gpu-architecture auto-adding to CuPy
    fjwillemsen committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    00ac419 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55ab074 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e106bae View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Made function for scaling the compute capability to a valid one, adde…

    …d tests for this function, removed setting --gpu-architecture for CuPy as it is already set internally
    fjwillemsen committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0cb5e3a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. 2 Configuration menu
    Copy the full SHA
    b682506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da907b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2396bdf View commit details
    Browse the repository at this point in the history
  4. Added L2 flush kernel

    fjwillemsen committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    eced775 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    143889f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    651eea7 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

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

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    9911f4c View commit details
    Browse the repository at this point in the history
  2. Circumvented an issue where list.remove(val) was not properly impleme…

    …nted by CuPy, and attempt free of previous allocation after checking if flush is possible
    fjwillemsen committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    47c2cca View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Added the ability to recopy array arguments with every kernel launch,…

    … added interfacing for flushing L2 and recopying arguments
    fjwillemsen committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    157ca41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98afa60 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    cfecdc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    108e14c View commit details
    Browse the repository at this point in the history