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

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

Merged
merged 4 commits into from
Jan 15, 2025

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