Merge pull request #220 from Peter9606/wrong-stride-array-definition

Bugfix: typo, make reduction device cases passed
This commit is contained in:
Haicheng Wu
2021-04-02 08:43:52 -04:00
committed by GitHub

View File

@ -170,7 +170,7 @@ struct TensorReduction {
cudaStream_t stream = nullptr) {
int64_t src_stride[3];
int64_t dst_stride[2];
int64_t dst_stride[3];
switch (reduction_index) {
case 0: