mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-07 02:04:26 +00:00
Add more softmax tests
This commit is contained in:
@@ -41,7 +41,7 @@ void Activation::activate(float* __restrict__ d_input) {
|
||||
d_input, d_input, length
|
||||
);
|
||||
|
||||
Kernels::softmax_sum<<<gridSize / 2, BLOCK_SIZE>>>(
|
||||
Kernels::softmax_sum<<<gridSize, BLOCK_SIZE>>>(
|
||||
d_input, d_softmax_sum, length
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user