Skip to content

Commit

Permalink
Updating copyright headers
Browse files Browse the repository at this point in the history
Summary:
Adding copyright headers to a few missing ucc files.

{P817190557}

Differential Revision: D48832262

fbshipit-source-id: 6779d7a9d05c134a92573ad2d07ddff6ff09483f
  • Loading branch information
jmonterroso6 authored and facebook-github-bot committed Aug 30, 2023
1 parent eb88cd2 commit 3d0154d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions hipify.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Meta Platforms, Inc. and affiliates Copyright

import os

from torch.utils.hipify import hipify_python
Expand Down
2 changes: 1 addition & 1 deletion include/torch_ucc_tracing.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) Meta Platforms, Inc. and its affiliates.
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
Expand Down
4 changes: 4 additions & 0 deletions src/torch_ucc_init.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*/

#include <torch/python.h>
#include <pybind11/chrono.h>

Expand Down
4 changes: 4 additions & 0 deletions src/torch_ucc_init_oss.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*/

#include <torch/python.h>
#include "torch_ucc.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/torch_ucc_tracing.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) Meta Platforms, Inc. and its affiliates.
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
Expand Down
2 changes: 2 additions & 0 deletions test/torch_multiple_comms_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.

from torch_ucc_test_setup import *

# create 2 UCC PGs
Expand Down
2 changes: 2 additions & 0 deletions test/torch_tests.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.

import os
import sys

Expand Down

0 comments on commit 3d0154d

Please sign in to comment.