Merge branch 'saemal/device_handle' of https://github.com/microsoft/m… #703
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error
/home/runner/work/mscclpp/mscclpp/python/mscclpp/__init__.py#L7
def get_include():
"""Return the directory that contains the MSCCL++ headers."""
return _os.path.join(_os.path.dirname(__file__), "include")
+
def get_lib():
"""Return the directory that contains the MSCCL++ headers."""
return _os.path.join(_os.path.dirname(__file__), "lib")
|