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

[cudamapper] Add anchor chain output functions to chainer_utils.cuh. #590

Open
wants to merge 29 commits into
base: dev
Choose a base branch
from

Commits on Oct 19, 2020

  1. [cudamapper] Add anchor chain output functions to chainer_utils.cuh.

    Adds two functions required for retrieving the anchors within an overlap.
    edawson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    3588962 View commit details
    Browse the repository at this point in the history
  2. [cudamapper] Add anchor chain trace for RLE and add anchor chain star…

    …t calculation
    
    to output_overlap_chains_by_backtrace.
    edawson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    19040dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    233cfc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. [cudamapper] Add tests for allocating anchor chains in chainer_utils.…

    … However, tests fail because the allocator used in testing can't actually allocate memory.
    edawson committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    1cc1c25 View commit details
    Browse the repository at this point in the history
  2. Add tests for chainerutils.

    edawson committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    6680ba6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    5860fb1 View commit details
    Browse the repository at this point in the history
  2. [chainer_utils] Update docs.

    edawson committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    ef4ce77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a864de View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    44bf81d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39f7232 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d7d1ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    756739f View commit details
    Browse the repository at this point in the history
  5. [chainer_utils] Pass cudastream and allocation by value (not referenc…

    …e) and fix docs issues brought up in review.
    edawson committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    7680371 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78da541 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44f2f4d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. [chainer_utils] Fix bugs in tests caused by not specifying cudastream…

    … when instantiating device arrays.
    edawson committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    be3b0a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f75411 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    c72e5c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6df3b76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    781c2fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd07138 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    178b075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6244636 View commit details
    Browse the repository at this point in the history
  3. [chainerutils] Use a gride-stride function with the block as the unit…

    … to process backtraced overlaps.
    edawson committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    d933b4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b310292 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Update from dev-v0.6.0.

    edawson committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    9c65a4b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. [cudamapper] Fix issues from PR review.

    - Use thrust transform_reduce and transform_exclusive_scan (rather than make_transform iterator) whe>
    - Constify pointers where possible.
    - Remove unnecessary includes.
    - Tweak docs for backtrace_anchors_to_overlap
    edawson committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    405ec7e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. [chainerutils] Address review comments.

    Primarily, this adds a number of tests for output_overlap_chains_by_RLE,
    output_overlap_chains_by_backtrace, and backtrace_anchors_to_overlaps.
    It also fixes a bug where the last anchor position in a chain was not returned
    from backtrace_anchors_to_overlaps, causing faulty output when later extracting anchor
    chains.
    edawson committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    530adfd View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

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