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

Towards nix lib path discovery #65

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

Commits on Nov 3, 2020

  1. Added a shell.nix for people playing nix at home

    AlexMouton authored and Alex Mouton committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    cd5f09e View commit details
    Browse the repository at this point in the history
  2. changed cudaLibraryPath to return an array of possible paths. We pick…

    … the first viable one.
    AlexMouton authored and Alex Mouton committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    d3f6f6f View commit details
    Browse the repository at this point in the history
  3. Add lib to the x86_64 path in cudaLibraryPath

    AlexMouton authored and Alex Mouton committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    a9a3430 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Add cudadevrt lib to non-os side of cudaLibraries. hoping to avoid un…

    …found library error
    Alex Mouton committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    07a04e7 View commit details
    Browse the repository at this point in the history
  2. Separate Linux from catchall

    Alex Mouton committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    d9f5b81 View commit details
    Browse the repository at this point in the history