This adds a step to the end of the build where we actually import the installed torch module to make sure it loads cleanly.
I found that it doesn't, unless you create some symlinks to let it find the roctracer libraries at the .so versions that it is expecting.
I haven't observed any runtime problems as a result of just using the installed version (which I think is really a .4) as the .1 version that is expected, but they could be lurking. Maybe the roctracer I pinned before isn't precisely the right one?
This adds a step to the end of the build where we actually import the installed
torch
module to make sure it loads cleanly.I found that it doesn't, unless you create some symlinks to let it find the
roctracer
libraries at the .so versions that it is expecting.I haven't observed any runtime problems as a result of just using the installed version (which I think is really a
.4
) as the.1
version that is expected, but they could be lurking. Maybe theroctracer
I pinned before isn't precisely the right one?