Skip to content
Snippets Groups Projects
  1. Sep 08, 2021
  2. Aug 31, 2021
  3. Aug 30, 2021
    • David Hammer's avatar
      Refactor: correct / cast before reshape · a4afb6d0
      David Hammer authored
      a4afb6d0
    • David Hammer's avatar
      Refactor: improve abstractions between device and kernels · ca89c24c
      David Hammer authored
      - Move shared memory buffer from kernel runner / buffer device to correction
      device itself
        - Wrap the ring buffer around shmem for convenience
        - Reused shared memory segment, just change shape of ndarray view of it
      - Rename kernel runner (was PyCudaPipeline) to DsscGpuRunner
      - Move all gpu interaction, to DsscGpuRunner
        - Explicit load methods (should control more FSM-like)
      - Pulse filter removed temporarily
        - Part of "splitter" section, gets in the way of next refactoring step
        - Will add again after switching to correct first, reshape second operation
      ca89c24c
  4. Aug 26, 2021
  5. Aug 23, 2021
  6. Aug 20, 2021
  7. Aug 19, 2021
Loading