Skip to content

Commit

Permalink
解决hipMemcpy数据小于64K时无法overlap的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xymyeah committed Jul 6, 2021
1 parent 0e5a9b6 commit feaf09b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions paddle/fluid/operators/math/concat_and_split.cu
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ static inline void GetBlockDims(const platform::CUDADeviceContext& context,
*grid_dims = dim3(grid_cols, grid_rows, 1);
}

int has_been_malloc_input = 0;
int has_been_malloc_output = 0;

/*
* All tensors' dimension should be the same and the values of
* each dimension must be the same, except the axis dimension.
Expand Down

0 comments on commit feaf09b

Please sign in to comment.