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: vtsynergy/StreamMR
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jlgreathouse/StreamMR
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 18, 2017

  1. Fix for host read overflow.

        The results read loop was using contiguousOffsets to determine
        read size. contiguousOffsets was expanded to make the GPU buffer
        evenly divisible by 64. The read loop was then using unitialized
        data to index into an array. New variable added to avoid this.
    cderb committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    15c01c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Merge pull request #1 from cderb/master

    Fix for host read overflow.
    jlgreathouse authored Apr 21, 2017
    Configuration menu
    Copy the full SHA
    b876dff View commit details
    Browse the repository at this point in the history
Loading