Merge pull request #220 from Peter9606/wrong-stride-array-definition
Bugfix: typo, make reduction device cases passed
This commit is contained in:
commit
d97214987a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user