Skip to content

Commit

Permalink
add missing copyright header (pytorch#267)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#267

As title

Reviewed By: jianyuh, shz0116

Differential Revision: D19518006

fbshipit-source-id: e4df93284693e65867a1a169800847ceff7a85f5
  • Loading branch information
jspark1105 authored and facebook-github-bot committed Jan 22, 2020
1 parent a1543b1 commit 27cb280
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/EmbeddingSpMDMAvx2.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright (c) Facebook, Inc. and its 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.
*/
#include "fbgemm/FbgemmEmbedding.h"

#include <immintrin.h>
Expand Down

0 comments on commit 27cb280

Please sign in to comment.