mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-05 17:34:21 +00:00
Fix softmax sum kernel
This commit is contained in:
@@ -51,8 +51,7 @@ __global__ void softmax_exp(
|
||||
*/
|
||||
__global__ void softmax_sum(
|
||||
const float* __restrict__ d_vector,
|
||||
float* __restrict__ d_output,
|
||||
const unsigned int w
|
||||
float* __restrict__ d_output
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user