We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1e5ff commit 1539ae1Copy full SHA for 1539ae1
multi_gpu_copy.py
@@ -66,6 +66,7 @@
66
so_name = so_name.split(".")
67
lib_name = so_name[0]
68
suffix = so_name[1:]
69
+ suffix = [s.strip() for s in suffix]
70
suffix = ".".join(suffix)
71
72
new_so_name = f"{lib_name}_{package_id}.{suffix}"
0 commit comments