Skip to content

Commit 192f49d

Browse files
committed
fixed blender param to match sycl
1 parent ff02400 commit 192f49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dl-mnist/CUDA/conv_layer.cudnn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ namespace dl_infra {
6363
int input_stride_dims_[4];
6464
int output_stride_dims_[4];
6565

66-
float alpha_ = 0.8f; //void *alpha;
66+
float alpha_ = 1.0f; //void *alpha;
6767
float beta_ = 0.0f; //void *beta;
6868

6969
int dilation_[2] {1, 1};

0 commit comments

Comments
 (0)