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
commit d97214987a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: