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

Fix Readme and disable MSVC-CUDA 10.2 #852

Merged
merged 3 commits into from
Aug 5, 2021
Merged

Fix Readme and disable MSVC-CUDA 10.2 #852

merged 3 commits into from
Aug 5, 2021

Commits on Aug 4, 2021

  1. Fix README.md and INSTALL.md.

    Update to the new package status. Simplify the HIP related INSTALL.md section.
    tcojean committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    1af3b74 View commit details
    Browse the repository at this point in the history
  2. Disable the MSVC-CUDA 10.2 job.

    There is an issue with the CUDA implementation which prevents a proper
    execution. See pytorch/pytorch#25393. Tweaking
    the compiler settings would allow to get less errors, but it seems
    impossible to prevent the errors altogether.
    tcojean committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    ca93c28 View commit details
    Browse the repository at this point in the history
  3. Review Updates.

    + Simplify GCC versions to an approximation of what we know for sure
    works/is tested.
    + Test `mixed` in MSVC-CUDA.
    
    Co-authored-by: Tobias Ribizel <ribizel@kit.edu>
    tcojean and upsj committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    14d0972 View commit details
    Browse the repository at this point in the history