Skip to content

Merge branch 'saemal/device_handle' of https://github.com/microsoft/m… #703

Merge branch 'saemal/device_handle' of https://github.com/microsoft/m…

Merge branch 'saemal/device_handle' of https://github.com/microsoft/m… #703

Triggered via push August 4, 2023 06:33
Status Success
Total duration 1h 7m 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql.yml

on: push
Matrix: Analyze
Fit to window
Zoom out
Zoom in

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")