Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingyyc committed Aug 19, 2017
1 parent b8bf7d7 commit c7a0cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrouhahaMetal/BrouhahaMetal/BrouDilatedConvolution.metal
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ kernel void brouDilatedConvolution(device half *input

device half4 *outputV = (device half4*)(output + (outY * outputWidth + outX) * outputChannel + z);

outputV[0] = out + biasV;
outputV[0] = out;
}
}
}
Expand Down

0 comments on commit c7a0cb1

Please sign in to comment.