Uh oh!
There was an error while loading. Please reload this page.
[lab] added cmu15-213 "data lab" - #62
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds the CMU 15-213 "Data Lab" programming assignment to the courselab_bench benchmark suite. The Data Lab is a well-known assignment from Carnegie Mellon's Introduction to Computer Systems course that challenges students to implement bit-level manipulation functions and floating-point operations with restricted operators.
Changes:
- Added course registration for CMU 15-213 to courses.json
- Added complete Data Lab assignment with task description, starter files, build system, and evaluation scripts
- Configured Docker environment with necessary 32-bit compilation support and Perl dependencies
Reviewed changes
Copilot reviewed 18 out of 19 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| courses.json | Registers the CMU 15-213 course in the benchmark system |
| task.md | Provides detailed instructions and documentation for the Data Lab |
| starter_files/.c/.h | Source files including student starter code, test harness, and utility programs |
| starter_files/dlc | Binary compiler for checking coding rule compliance |
| starter_files/.pl/.pm | Perl driver scripts for automated grading |
| starter_files/Makefile | Build system for compiling the test harness |
| preprocess.sh | Setup script that installs dependencies and validates file integrity |
| evaluate.sh | Evaluation script that runs dlc checks and btest for correctness |
| config.json | Configuration defining the lab environment and file mappings |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tareknaser
left a comment
There was a problem hiding this comment.
Thank you. It looks good to me
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Tarek <tareknaser360@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
* added cmu15-213 data lab * docs(courselab): add note about infrastructure restrictions Signed-off-by: Tarek <tareknaser360@gmail.com> --------- Signed-off-by: Tarek <tareknaser360@gmail.com> Co-authored-by: Tarek <tareknaser360@gmail.com>
* added cmu15-213 data lab * docs(courselab): add note about infrastructure restrictions Signed-off-by: Tarek <tareknaser360@gmail.com> --------- Signed-off-by: Tarek <tareknaser360@gmail.com> Co-authored-by: Tarek <tareknaser360@gmail.com>
* added cmu15-213 data lab * docs(courselab): add note about infrastructure restrictions Signed-off-by: Tarek <tareknaser360@gmail.com> --------- Signed-off-by: Tarek <tareknaser360@gmail.com> Co-authored-by: Tarek <tareknaser360@gmail.com>
* added cmu15-213 data lab * docs(courselab): add note about infrastructure restrictions Signed-off-by: Tarek <tareknaser360@gmail.com> --------- Signed-off-by: Tarek <tareknaser360@gmail.com> Co-authored-by: Tarek <tareknaser360@gmail.com>
* added cmu15-213 data lab * docs(courselab): add note about infrastructure restrictions Signed-off-by: Tarek <tareknaser360@gmail.com> --------- Signed-off-by: Tarek <tareknaser360@gmail.com> Co-authored-by: Tarek <tareknaser360@gmail.com>
* added cmu15-213 data lab * docs(courselab): add note about infrastructure restrictions Signed-off-by: Tarek <tareknaser360@gmail.com> --------- Signed-off-by: Tarek <tareknaser360@gmail.com> Co-authored-by: Tarek <tareknaser360@gmail.com>
* added cmu15-213 data lab * docs(courselab): add note about infrastructure restrictions Signed-off-by: Tarek <tareknaser360@gmail.com> --------- Signed-off-by: Tarek <tareknaser360@gmail.com> Co-authored-by: Tarek <tareknaser360@gmail.com>
Description
Added "Data Lab" from CMU 15-213 course, used the self-study handout, see at csapp lab assignments
Changes
Testing
Test the lab with qwen-plus model:
It reached the limited steps and got the result:
Checklist