Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Fix compilation with Cuda 8.0 #29

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 6, 2017

  1. The explicit selection of clang compiler should be only on UNIX.

    When compiling on Windows with MSVC this option breaks the compilation.
    Maybe this selection should be removed altogether and let the user
    select its compiler when needed.
    Nikolai Tasev committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    53d6eeb View commit details
    Browse the repository at this point in the history
  2. Update the paths to the Problem Sets

    Nikolai Tasev committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    619c7f9 View commit details
    Browse the repository at this point in the history
  3. Add missing <algorithm> header includes

    Nikolai Tasev committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    82e3842 View commit details
    Browse the repository at this point in the history
  4. Removed discarded compute versions

    Nikolai Tasev committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    7c57e76 View commit details
    Browse the repository at this point in the history
  5. normal_distribution is in a new namespace

    Nikolai Tasev committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    1e57dee View commit details
    Browse the repository at this point in the history