mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-07 02:04:26 +00:00
Remove linear activation kernel
This commit is contained in:
@@ -75,9 +75,6 @@ void Layers::Dense::forward(const float* d_input, float* d_output) {
|
||||
break;
|
||||
|
||||
default:
|
||||
linear_kernel<<<1, outputSize>>>(
|
||||
d_output, d_output, outputSize
|
||||
);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user