Commit 194bf17e authored by Astha Rai's avatar Astha Rai
Browse files

removed extra code

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -104,7 +104,7 @@ struct GridwiseElementwise_2D
const index_t blockSize = get_block_size();
const index_t blockPerGrid_m = get_grid_size();
const index_t blockPerGrid_n = gridDim.y;
const index_t block_1d = get_block_1d_id();
// const index_t block_1d = get_block_1d_id();
const auto M = in_grid_2d_desc_tuple[I0].GetLength(I0);
const auto N = in_grid_2d_desc_tuple[I0].GetLength(I1);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment