mila-iqia / training

8 stars 7 forks source link

Unable to get cgroups working; running without them #11

Closed aurotripathy closed 5 years ago

aurotripathy commented 5 years ago

I'm running the benchmarks is this manner:

python run.py --no-cgexec --no-nocache

I'm in a ROCm/PyTorch docker container env (and the instructions are for a virtual env).

Is it possible that I don't need to run https://github.com/mila-iqia/training/blob/master/cgroup_setup.sh

aurotripathy commented 5 years ago

This is resolved, needed --privileged in the docker container.