Skip to content

Allow arbitrary sets of files to be used in python and cuda runner code#132

Merged
alexzhang13 merged 4 commits intomainfrom
ngc92/aux-files
Jan 15, 2025
Merged

Allow arbitrary sets of files to be used in python and cuda runner code#132
alexzhang13 merged 4 commits intomainfrom
ngc92/aux-files

Conversation

@ngc92
Copy link
Collaborator

@ngc92 ngc92 commented Jan 14, 2025

For cuda, we specify a set of source files (to compile and link) and header files (just create them), for python a dict of python files and which of these should be executed as the main file.

This will go nicely together with the changes in #130 , and enable us to, e.g., useful utilities as common files. It also enables, on the cuda side, to compile user and tester code separately to prevent any include-based hacks to the tester.

@ngc92 ngc92 changed the base branch from main to ngc92/pytorch-runner January 14, 2025 16:20
Base automatically changed from ngc92/pytorch-runner to main January 14, 2025 17:10
@alexzhang13 alexzhang13 self-requested a review January 15, 2025 16:22
Copy link
Collaborator

@alexzhang13 alexzhang13 Jan 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just had to update the runner to handle the new type of file payload.

to squash, fix arguments for testing runner

to squash, fix arguments for testing runner

to squash, fix arguments for testing runner

for now, fix to train until we fix naming

train -> submission
@alexzhang13 alexzhang13 merged commit 598ea6d into main Jan 15, 2025
5 checks passed
@alexzhang13 alexzhang13 deleted the ngc92/aux-files branch January 15, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants