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 cfe8683 commit 95230e2Copy full SHA for 95230e2
fbgemm_gpu/src/sparse_ops/sparse_permute_2d.cu
@@ -20,7 +20,7 @@ template <
20
typename indices_t,
21
typename weights_t>
22
__global__ __launch_bounds__(kMaxThreads) void permute_2D_data_kernel(
23
- int32_t len,
+ int64_t len,
24
int32_t T,
25
int32_t B,
26
const indices_t* __restrict__ indices,
0 commit comments