fix ld_preload for rocm (#8290)

This commit is contained in:
Suffian Khan 2021-07-02 17:15:28 -07:00 committed by GitHub
parent 036eee5b66
commit e71846b029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,8 @@ try:
args.append(dest)
if len(args) > 3:
subprocess.run(args, check=True, stdout=subprocess.PIPE)
self._rewrite_ld_preload(to_preload)
self._rewrite_ld_preload(to_preload)
_bdist_wheel.run(self)
if is_manylinux:
file = glob(path.join(self.dist_dir, '*linux*.whl'))[0]