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

Process for adding new labs should be documented #13

Open
cwpearson opened this issue Jul 15, 2021 · 0 comments
Open

Process for adding new labs should be documented #13

cwpearson opened this issue Jul 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@cwpearson
Copy link
Member

cwpearson commented Jul 15, 2021

Broadly:

  • each lab is in its own folder, with its own self-contained resources. Any folder should stand alone to facilitate reuse among our collaborators
  • create a standalone .cu source file (or as close to a single file as practical) with the skeleton code.
    • use either GNU make or CMake to drive configuration/compilation
    • do not commit the solution to this repository, as we will have to edit the history to remove it, which is annoying.
    • Strive to report any errors that are unrelated to the teaching goal of the lab, and report them early and with a clear error message. the goal is for the students to focus on the target lab content and not have to struggle with anything else
  • Create a README.md for the lab
  • create a corresponding solution in github.com/illinois-impact/gpu-algorithms-labs_solution
@cwpearson cwpearson added the enhancement New feature or request label Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant