Setepenre
Setepenre
The issue is, as always it seems, with libelfin, compiling coz & libelfin from source seems to make it work although I am not sure what is the expected output....
Have you tried with `pip install --no-build-isolation` ? If not, it will install torch to build the package and install it afterward. I had that issue with ROCm when it...
I would add a `env://` location so people can override our `local://` default to something sensible for their system
``` python Python 3.9.16 (main, Jan 11 2023, 16:05:54) [GCC 11.2.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import cProfile >>> import...
Noticed the code was traversing a bunch a directory, put a breakpoint on __NR_newfstatat 262 ``` gdb --args python -c "import torch.cuda; print(torch.cuda.is_available())" Thread 1 "python" hit Catchpoint 1 (call...
So that code is causing the slowness https://github.com/pytorch/builder/blob/main/common/install_rocm_drm.sh#L100 For ref the amgpu.ids is located in `cat /opt/amdgpu/share/libdrm/amdgpu.ids ` and this code is traversing the entire python installation to find the...
Additionally that file is just a mapping between the product ID and the marketing ID. The feature should fail fast
creating the file right were the function starts to look does not prevent the directory walk.
I set the default to none