We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad83687 commit f459e14Copy full SHA for f459e14
fbgemm_gpu/src/split_embeddings_utils/transpose_embedding_input.cu
@@ -9,7 +9,9 @@
9
#include "fbgemm_gpu/embedding_backward_template_helpers.cuh" // @manual
10
#include "fbgemm_gpu/ops_utils.h" // @manual
11
#include "fbgemm_gpu/split_embeddings_utils.cuh" // @manual
12
+#ifndef __HIP_PLATFORM_NVIDIA__
13
#include <rocprim/device/device_radix_sort.hpp>
14
+#endif
15
// clang-format off
16
#include "fbgemm_gpu/cub_namespace_prefix.cuh" // @manual
17
#include <cub/device/device_radix_sort.cuh>
0 commit comments