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: SC-SGS/Distributed_GPU_LSH_using_SYCL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SC-SGS/Distributed_GPU_LSH_using_SYCL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: multiprobe_lsh
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 30, 2020

  1. added new option: num_multi_probes (number of multi-probes to perform…

    … per hash table using multi-probe LSH)
    breyerml committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    6951079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af0d7ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a618db View commit details
    Browse the repository at this point in the history
  4. changed assertions to exceptions (because wrong parameters would cras…

    …h the program later on and hence the checks should be performed ALWAYS)
    breyerml committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    e2477c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    3ee0fd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a35fbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c2cf92 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    938fe90 View commit details
    Browse the repository at this point in the history
  2. refactored multi probing

    breyerml committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    22cf8ca View commit details
    Browse the repository at this point in the history
  3. reordered parameters

    breyerml committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    06b4f37 View commit details
    Browse the repository at this point in the history
Loading