Skip to content

Commit

Permalink
Redefine FBGEMM targets with gpu_cpp_library [19/N]
Browse files Browse the repository at this point in the history
Summary: - Redefine layout transform ops targets using `gpu_cpp_library`

Differential Revision: D63591232
  • Loading branch information
q10 authored and facebook-github-bot committed Sep 28, 2024
1 parent 790de20 commit bc24c1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fbgemm_gpu/src/layout_transform_ops/layout_transform_ops.cu
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
// clang-format off
#include "fbgemm_gpu/utils/cub_namespace_prefix.cuh"
#include <cub/device/device_scan.cuh>
#include "fbgemm_gpu/utils/dispatch_macros.h"
#include "fbgemm_gpu/utils/cub_namespace_postfix.cuh"
// clang-format on

#include <ATen/ATen.h>
#include <ATen/Parallel.h>
#include <ATen/core/op_registration/op_registration.h>
#include <ATen/cuda/CUDAContext.h>
#include <ATen/cuda/Exceptions.h>
#include <c10/cuda/CUDAGuard.h>
#include <torch/library.h>
#include "ATen/Parallel.h"
#include "fbgemm_gpu/layout_transform_ops.cuh"
#include "fbgemm_gpu/sparse_ops.h"
#include "fbgemm_gpu/utils/dispatch_macros.h"
#include "fbgemm_gpu/utils/ops_utils.h"
#include "fbgemm_gpu/utils/tensor_utils.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*/

#include <ATen/ATen.h>
#include <ATen/Parallel.h>
#include <ATen/core/op_registration/op_registration.h>
#include <torch/library.h>
#include "ATen/Parallel.h"
#include "fbgemm_gpu/utils/dispatch_macros.h"
#include "fbgemm_gpu/utils/ops_utils.h"

Expand Down

0 comments on commit bc24c1a

Please sign in to comment.