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

New CMake CUDA tools, better cross platform support #94

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

Commits on Aug 3, 2021

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

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    9038319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6236ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95b136e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5787df2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14f79f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f283f45 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. use new cmake cuda tools, requires cmake 3.18

    replaced depricated FindCuda with new LANGUAGES CUDA
    simplifies architecture and cublas
    ironictoo committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    8a0f845 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

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

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    664420e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d289462 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69dabd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f3459b View commit details
    Browse the repository at this point in the history
  5. linux build improvements

    jimkring authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    9b081f0 View commit details
    Browse the repository at this point in the history
  6. fix linux Configure CMake

    jimkring authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    d6218fb View commit details
    Browse the repository at this point in the history
  7. typo

    jimkring authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    47fa46c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dba739 View commit details
    Browse the repository at this point in the history
  9. add conditionals

    jimkring authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    207d073 View commit details
    Browse the repository at this point in the history
  10. create build directory

    jimkring authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f41dd00 View commit details
    Browse the repository at this point in the history
  11. fix paths

    jimkring authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    979626d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6caf5f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e9c2919 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cead996 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

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

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    081076b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c28ed1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    909a932 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7525638 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be45592 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from ironictoo/pr_build_action

    CMake Updates and Linux Package Build
    jimkring authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    b4c5250 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    42adefe View commit details
    Browse the repository at this point in the history
  2. remove quotes in matrix

    ironictoo committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    3636700 View commit details
    Browse the repository at this point in the history
  3. move cuda matrix

    ironictoo committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    2bc1edd View commit details
    Browse the repository at this point in the history
  4. indentation errors

    ironictoo authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    9d0cf73 View commit details
    Browse the repository at this point in the history
  5. valid cuda-os combinations

    ironictoo authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    968e74d View commit details
    Browse the repository at this point in the history
  6. make pip verbose

    ironictoo authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    46fc229 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7becb29 View commit details
    Browse the repository at this point in the history
  8. fix find python in cmake, drop old cuda from ubuntu

    replace depricated find pythong with new function
    ironictoo committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    22446d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    540d086 View commit details
    Browse the repository at this point in the history
  10. delete redundant message

    ironictoo committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    1832970 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    39cb33a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ironictoo/pr_build_action

    More test enviornments, updated find python
    jimkring authored Oct 15, 2022
    Configuration menu
    Copy the full SHA
    a8c80ed View commit details
    Browse the repository at this point in the history
  3. Added cuda 11.3.0

    jimkring authored Oct 15, 2022
    Configuration menu
    Copy the full SHA
    5ad294a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbd44bb View commit details
    Browse the repository at this point in the history
  5. test latest 11.3.x build

    11.3.0 was failing
    jimkring authored Oct 15, 2022
    Configuration menu
    Copy the full SHA
    c750151 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1a9274 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5befd0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    286fda0 View commit details
    Browse the repository at this point in the history
  9. tweak build job name

    jimkring authored Oct 15, 2022
    Configuration menu
    Copy the full SHA
    fdb0757 View commit details
    Browse the repository at this point in the history
  10. ubuntu 11.3.1

    jimkring authored Oct 15, 2022
    Configuration menu
    Copy the full SHA
    a5b687e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. update cxx version to 20

    ironictoo committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    30da9a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d50bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a48fd26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e64d155 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d8381d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0326ea9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    628e00d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3be149b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    605780e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce07db3 View commit details
    Browse the repository at this point in the history