Skip to content

Commit a9890e6

Browse files
authored
Merge pull request #517 from julcst/fix-duplicated-arg
Fix duplicated name arg
2 parents 3f6ef95 + af3a555 commit a9890e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/network.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ std::string generate_backward_mlp_device_code<__half>(uint32_t n_threads, uint32
399399
"N_DIMS_IN"_a = input_width,
400400
"N_DIMS_OUT"_a = output_width,
401401
"N_PADDED_DIMS_OUT"_a = padded_output_width,
402-
"N_DIMS_OUT"_a = output_width,
403402
"N_HIDDEN_MATMULS"_a = n_hidden-1,
404403
"N_DIMS_HIDDEN"_a = width,
405404
"N_THREADS"_a = n_threads,

0 commit comments

Comments
 (0)