Skip to content

Commit

Permalink
Fixed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank Daga authored Apr 19, 2018
1 parent 589e751 commit 91916d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/amd/conv_bench_rocm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ std::tuple<int, int, int, std::string> time_cnn(
start = std::chrono::steady_clock::now();

for (int i = 0; i < num_repeats; ++i) {
// Backward pass wrt weights
// Backward pass wrt inputs
cnn.backward_inputs(filter, delta, dX);

}
Expand Down

0 comments on commit 91916d3

Please sign in to comment.