Skip to content

Commit c674923

Browse files
committed
Merge commit 'ed6f5d7038f0e3873c2ed6add2ede7c9ab38e1ea'
2 parents ab26fa0 + ed6f5d7 commit c674923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch/lib/THC/THCSortUtils.cuh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ __device__ inline void bitonicSortKeys(K keys[Power2SortSize],
134134
template <typename K, typename V,
135135
int KeyDims, int ValueDims,
136136
typename Comparator, typename IndexType, int Power2SortSize>
137+
__launch_bounds__(1024)
137138
__global__ void
138139
bitonicSortKVInPlace(TensorInfo<K, IndexType> keys,
139140
IndexType keySlices,

0 commit comments

Comments
 (0)