Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tmcdonell/cuda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.1.0
Choose a base ref
...
head repository: tmcdonell/cuda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.2.0
Choose a head ref
  • 20 commits
  • 16 files changed
  • 3 contributors

Commits on Apr 29, 2019

  1. Merge tag 'v0.10.1.0'

    0.10.1.0
    tmcdonell committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    749d7e1 View commit details
    Browse the repository at this point in the history
  2. wibbles

    tmcdonell committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    e8a832d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    e8e8bc1 View commit details
    Browse the repository at this point in the history
  2. travis: update

    tmcdonell committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    34b853f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Support Cabal v3 in Setup.hs

    The 'options' field of the BuildInfo struct changed its type starting
    with Cabal 3.0.0.0; this means that Setup.hs did not run anymore with a
    newer Cabal version. By fixing the field's type in Setup.hs behind a CPP
    version guard, the package compiles again.
    tomsmeding committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    a1e7615 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. update .gitignore

    tmcdonell committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    4e7a5a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3176c65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0498a60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b901548 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    7d6e059 View commit details
    Browse the repository at this point in the history
  2. version bump

    0.10.1.1
    tmcdonell committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    bf6efc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Fix Setup.hs configure

    TravisWhitaker committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    d414983 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Merge pull request #62 from TravisWhitaker/setup-fix

    Fix Setup.hs configure
    tmcdonell authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    b9c3d1b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. add github actions

    tmcdonell committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    da3fd9c View commit details
    Browse the repository at this point in the history
  2. stack-8.8: update resolver

    tmcdonell committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    c7d0547 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    cde19f0 View commit details
    Browse the repository at this point in the history
  2. work around hardware/specification problem during occupancy calculation

    Our 2080Ti reports a maximum 48KB of shared memory per thread block via
    the driver API, but the documentation states this should be 64KB. Kernel
    launch fails requesting >48KB. Unknown if this is specific to this
    device...
    tmcdonell committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    1128c99 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. version bump

    0.10.2.0
    tmcdonell committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    acc995d View commit details
    Browse the repository at this point in the history
  2. stack: update resolver

    tmcdonell committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    2788a88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89f024f View commit details
    Browse the repository at this point in the history
Loading