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

Refactor shell setup code & update CUDA build #425

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Mar 22, 2024

  1. Created using Colaboratory

    afairley committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9c99943 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update setup.py

    afairley authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    45e28b7 View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    * In addition to updating CUDA compiler flags ,  add some more checking if there is a GPU available before compile cpp extension.
    afairley authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c26d12c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Refactoring

    * Install code locally from git and build on server
    * Replace use of os.system by shell
    afairley committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c273131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8527e9a View commit details
    Browse the repository at this point in the history
  3. Remove output cell text

    afairley committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a0a3fd7 View commit details
    Browse the repository at this point in the history
  4. Correct incorrect colab

    On my branch a link to my colab as opposed to aqalaboratory colab had crept in.
    afairley authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    40d7d3d View commit details
    Browse the repository at this point in the history