Skip to content

Commit

Permalink
Fix OSS requirement (pytorch#1011)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#1011

As title. See T114581880

Reviewed By: brad-mengchi

Differential Revision: D35069694

fbshipit-source-id: eebd9747cbb8defa05222ea5391b8a8d5cfdc4cc
  • Loading branch information
jianyuh authored and facebook-github-bot committed Mar 26, 2022
1 parent f99e161 commit a25d457
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fbgemm_gpu/bench/batched_unary_embeddings_benchmark.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe
import functools
from math import sqrt

0 comments on commit a25d457

Please sign in to comment.