Skip to content

Commit

Permalink
Split CPU and GPU ops in permute_pooled_embs_auto_grad - empty files (#…
Browse files Browse the repository at this point in the history
…959)

Summary:
Pull Request resolved: #959

Add empty files to avoid forward compatibility issues

Reviewed By: jianyuh

Differential Revision: D34488031

fbshipit-source-id: ec4b995d4b6888de7e449cb6048ef46b8b47fb32
Rostyslav Geyyer authored and facebook-github-bot committed Mar 2, 2022
1 parent 5f5c368 commit 22fe4ca
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fbgemm_gpu/include/fbgemm_gpu/permute_pooled_embs_function.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
* 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.
*/
6 changes: 6 additions & 0 deletions fbgemm_gpu/src/permute_pooled_embedding_ops_cpu.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
* 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.
*/

0 comments on commit 22fe4ca

Please sign in to comment.