mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
fix ld_preload for rocm (#8290)
This commit is contained in:
parent
036eee5b66
commit
e71846b029
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue