mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 01:34:22 +00:00
Remove not needed code
This commit is contained in:
@@ -81,6 +81,8 @@ void Layers::Dense::forward(const float* d_input, float* d_output) {
|
||||
d_output, d_output, outputSize
|
||||
);
|
||||
}
|
||||
|
||||
CUDA_CHECK(cudaDeviceSynchronize());
|
||||
}
|
||||
|
||||
void Layers::Dense::toCuda() {
|
||||
|
||||
Reference in New Issue
Block a user