File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- licenses (["notice" ])
16
-
17
15
load (
18
- "//jaxlib:jax.bzl" ,
19
- "if_windows" ,
20
- "py_library_providing_imports_info" ,
21
- "pytype_library" ,
16
+ "//jaxlib:jax.bzl" ,
17
+ "if_windows" ,
18
+ "py_library_providing_imports_info" ,
19
+ "pytype_library" ,
22
20
)
23
21
22
+ licenses (["notice" ])
23
+
24
24
package (
25
25
default_applicable_licenses = [],
26
26
default_visibility = ["//:__subpackages__" ],
@@ -41,7 +41,7 @@ py_library_providing_imports_info(
41
41
],
42
42
data = if_windows (
43
43
["@xla//xla/pjrt/c/pjrt_c_api_gpu_plugin.pyd" ],
44
- ["@xla//xla/pjrt/c :pjrt_c_api_gpu_plugin.so" ],
44
+ ["//jaxlib/tools :pjrt_c_api_gpu_plugin.so" ],
45
45
),
46
46
lib_rule = pytype_library ,
47
47
)
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def _get_library_path():
51
51
runfiles_dir = os .getenv ('RUNFILES_DIR' , None )
52
52
if runfiles_dir :
53
53
local_path = os .path .join (
54
- runfiles_dir , 'xla/xla/pjrt/c /pjrt_c_api_gpu_plugin.so'
54
+ runfiles_dir , '__main__/jaxlib/tools /pjrt_c_api_gpu_plugin.so'
55
55
)
56
56
57
57
if os .path .exists (local_path ):
You can’t perform that action at this time.
0 commit comments