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

Add foundational CUDA support and basic kernel #459

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    08421f2 View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    corybarr committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a0bcc4e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. add stub of CudaManager.h

    corybarr committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1289ce1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    2cc510b View commit details
    Browse the repository at this point in the history
  2. Fix all compilation errors

    corybarr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7dbbc2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6477098 View commit details
    Browse the repository at this point in the history
  4. update extern/CMakeLists.txt

    corybarr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b06bbb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5546b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. manually revert commit 34e6e3f

    corybarr committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1c3c770 View commit details
    Browse the repository at this point in the history
  2. add in tileId

    corybarr committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c844568 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab04c1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18422c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. merge with add-cuda-cmake

    corybarr committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0324bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e37801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    643f76d View commit details
    Browse the repository at this point in the history
  4. clang formatting fixes

    corybarr committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f0ec135 View commit details
    Browse the repository at this point in the history
  5. cosmetic

    corybarr committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    701b60b View commit details
    Browse the repository at this point in the history
  6. clean up CudaManager.h

    corybarr committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f8a62f5 View commit details
    Browse the repository at this point in the history
  7. clean up CudaManager

    corybarr committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8313f49 View commit details
    Browse the repository at this point in the history
  8. fix variable shadowing

    corybarr committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    39a702d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. remove redundant lines in CMakeLists.txt

    Cory Barr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    49b897e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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

Commits on Oct 20, 2023

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