simple_gpu_scheduler icon indicating copy to clipboard operation
simple_gpu_scheduler copied to clipboard

Simple scheduler for running jobs on GPUs

Results 5 simple_gpu_scheduler issues
Sort by recently updated
recently updated
newest added

Gives the advantage that you can use things already defined in ~/.bashrc and ~/.bash_aliases.

This would allow it to be more composable. For example you could get list of commands (e.g. from a text file), pipe it to simple_hypersearch to expand some variations of...

In certain situations it might be useful to access the index of a job when generating commands using the `simple_hypersearch` script. This would for example allow the definition of unique...

enhancement
good first issue

Hi @ExpectationMax, How difficult would it be to allow shared usage of GPUs given a known memory constraint in advance? This would be similar to the way many job scheduling...