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

Cleanup CUDA, Reuse Memory, Add Serial Model, Cleaup Std Parallelism #202

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Commits on May 27, 2024

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

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    293ed77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13e870f View commit details
    Browse the repository at this point in the history
  3. Print order used

    gonzalobg committed May 30, 2024
    Configuration menu
    Copy the full SHA
    46b6d41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51231ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    321ba62 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Move host-side allocation to benchmarks and reuse device with UVM

    This commit puts benchmarks in control of allocating the host
    memory used for verifying the results.
    
    This enables benchmarks that use Unified Memory for the device
    allocations, to avoid the host-side allocation and just pass
    pointers to the device allocation to the benchmark driver.
    
    Closes UoB-HPC#128 .
    gonzalobg committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    616b3b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Add serial model

    tom91136 authored and gonzalobg committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2929a6c View commit details
    Browse the repository at this point in the history
  2. Update Serial

    gonzalobg committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9ff46ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3786f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62a5051 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Add support for hipstdpar

    gsitaram authored and gonzalobg committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6f0c2a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    084ef3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cebcde View commit details
    Browse the repository at this point in the history