Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Sequence: Specialise compute_sequence_values for builtin arithmetic types #1507

Merged
merged 3 commits into from
Oct 6, 2021

Commits on Sep 22, 2021

  1. Sequence: Specialise compute_sequence_values for builtin arithmetic t…

    …ypes
    
    Only explicitly cast to T when we're dealing with builtin arithmetic types and just perform the `init + step * i` operation for all other types. This enables `thrust::sequence` to work for types without a conversion from `std::size_t`.
    
    Addresses issue NVIDIA#1498
    bjude committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    ab6795b View commit details
    Browse the repository at this point in the history
  2. Add missing newline at EOF.

    (cherry picked from commit c4f4d59)
    alliepiper authored and bjude committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    8743aec View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

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