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

Add kernel fusing using RAJA #167

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

Commits on Dec 11, 2020

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

Commits on Jan 5, 2021

  1. Fixup handling fuseable/regular transactions

    Fuseable transactions still need to be fused.
    davidbeckingsale committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    5ff40e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

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

Commits on Apr 14, 2021

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

Commits on Sep 30, 2021

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

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    049bfd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d600c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    c0a037d View commit details
    Browse the repository at this point in the history
  2. Start to turn on workgroups for KernelFuser, and add placeholder methods

    in pdat classes that take KernelFuser.
    nselliott committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    91f0636 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    31b3798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c249b86 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    e91952a View commit details
    Browse the repository at this point in the history
  2. Add kernel fuser cleanup

    nselliott committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    3ab15d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

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

Commits on Nov 30, 2021

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

Commits on Dec 14, 2021

  1. Change name of virtual methods for fuseable operations in PatchData,

    and add needed guards for non-cuda builds
    nselliott committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f426913 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

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

Commits on Jan 7, 2022

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

Commits on Jan 8, 2022

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

Commits on Feb 3, 2022

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

Commits on Feb 8, 2022

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

Commits on Mar 15, 2022

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

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    7c24184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78c618d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

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

Commits on Apr 14, 2022

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

Commits on Apr 15, 2022

  1. Add ScheduleKernelFuser and change KernelFuserStages to

    StagedKernelFusers
    nselliott committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    5a62605 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on Apr 26, 2022

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

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    8a8a98e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2230e9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

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

Commits on May 18, 2022

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

Commits on May 24, 2022

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

Commits on Jul 7, 2022

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

Commits on Jul 21, 2022

  1. Remove stray printf

    nselliott committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    cb6fa43 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

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