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

Release 2.4.0crp #180

Merged
merged 31 commits into from
May 28, 2020
Merged

Release 2.4.0crp #180

merged 31 commits into from
May 28, 2020

Commits on Sep 24, 2019

  1. Use cudaDeviceGetAttribute() for querying the compute capability

    Replace the call to cudaGetDeviceProperties() #160
    sbastrakov committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    ce377f1 View commit details
    Browse the repository at this point in the history
  2. Choose the value for the -arch nvcc flag depending on CUDA version

    The original code has hardcoded 2.0, not supported since CUDA 9.
    Closes #162.
    sbastrakov committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    450c73d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Merge pull request #164 from sbastrakov/fix-nvccComputeCapability

    Choose the value for the -arch nvcc flag depending on CUDA version
    psychocoderHPC committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    efd20bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #161 from sbastrakov/topic-cudaDeviceGetArrribute

    Use cudaDeviceGetAttribute() for querying the compute capability
    psychocoderHPC committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    eff012d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Add a guard around COMPUTE_CAPABILITY cmake variable

    Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
    sbastrakov and ax3l committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    d911d0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #165 from sbastrakov/topic-nvccComputeCapabilityGuard

    Add a guard around COMPUTE_CAPABILITY cmake variable
    ax3l committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    36cb7f9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Travis CI: GCC 5.5.0 + CUDA 9.1.85

    Update to a potentially usable C++14 toolchain.
    Ideally I would jump straight tu CUDA 9.2+ but maybe this works as
    well.
    ax3l committed May 7, 2020
    Configuration menu
    Copy the full SHA
    42aed7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #170 from ax3l/topic-ciBionic

    Travis CI: GCC 5.5.0 + CUDA 9.1.85
    psychocoderHPC committed May 7, 2020
    Configuration menu
    Copy the full SHA
    e383f3c View commit details
    Browse the repository at this point in the history
  3. some cleanup

    * requiring C++14
    * using cstdint instead of boost/cstdint.hpp
    * using std::tuple instead of boost::tuple
    * using nullptr
    * using static_assert
    * using constexpr
    * adding const and static where appropriate
    * removed a few empty lines
    * replaced std::endl by \n where flush was probably not intended
    bernhardmgruber committed May 7, 2020
    Configuration menu
    Copy the full SHA
    4962156 View commit details
    Browse the repository at this point in the history
  4. * replaced usage of boost::mpl by static constexpr members

    * dropped dependency on boost
    bernhardmgruber committed May 7, 2020
    Configuration menu
    Copy the full SHA
    dafc9b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d37e9ed View commit details
    Browse the repository at this point in the history
  6. Suggested during review

    Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
    bernhardmgruber and ax3l committed May 7, 2020
    Configuration menu
    Copy the full SHA
    240d4ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25e0de3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. * removed check that pagesize is unsigned

    * made pagesizes signed literals again
    bernhardmgruber committed May 8, 2020
    Configuration menu
    Copy the full SHA
    73e21de View commit details
    Browse the repository at this point in the history
  2. a little modernization of the CMakeLists

    * using CUDA via project language instead of deprecated find_package
    * setting CUDA standard to have C++14 inside CUDA as well
    bernhardmgruber committed May 8, 2020
    Configuration menu
    Copy the full SHA
    5071114 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. * requiring only C++11

    * removed a TODO
    bernhardmgruber committed May 11, 2020
    Configuration menu
    Copy the full SHA
    2856151 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #169 from bernhardmgruber/cleaning

    Cleaning & C++14 Migration
    psychocoderHPC committed May 11, 2020
    Configuration menu
    Copy the full SHA
    4375461 View commit details
    Browse the repository at this point in the history
  3. * added a custom target for mallocMC headers

    * added header files to projects
    bernhardmgruber committed May 11, 2020
    Configuration menu
    Copy the full SHA
    6404efd View commit details
    Browse the repository at this point in the history
  4. applied clang-tidy

    bernhardmgruber committed May 11, 2020
    Configuration menu
    Copy the full SHA
    5c16da7 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

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

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    95c3223 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #171 from bernhardmgruber/cleaning

    Adding headers to projects and applied clang-tidy
    psychocoderHPC committed May 14, 2020
    Configuration menu
    Copy the full SHA
    8c5a861 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edc10db View commit details
    Browse the repository at this point in the history
  4. * setting column limit and allowing short loops

    * regrouping includes
    bernhardmgruber committed May 14, 2020
    Configuration menu
    Copy the full SHA
    669443d View commit details
    Browse the repository at this point in the history
  5. formatting

    bernhardmgruber committed May 14, 2020
    Configuration menu
    Copy the full SHA
    5661a80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8aec2cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a416a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0185438 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Merge pull request #172 from bernhardmgruber/format

    clang-format
    psychocoderHPC committed May 18, 2020
    Configuration menu
    Copy the full SHA
    7a3d1ce View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. version update 2.4.0crp and changelog

    - update version.hpp
    - add changelog for 2.4.0crp
    psychocoderHPC committed May 25, 2020
    Configuration menu
    Copy the full SHA
    c5501d9 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Merge pull request #175 from psychocoderHPC/topic-versionUpdateTo2.4.…

    …0crp
    
    version update 2.4.0crp and changelog
    sbastrakov committed May 26, 2020
    Configuration menu
    Copy the full SHA
    0126a7f View commit details
    Browse the repository at this point in the history