From 84f53a4b05475156b03cbf9177ae190350fa824e Mon Sep 17 00:00:00 2001 From: Adesun <AvenSun@live.com> Date: Sun, 05 Aug 2018 04:18:27 +0000 Subject: [PATCH] * make regex compatible with new code * fix #777 exceeds Locator.MAXTICKS * set non-interactive backend when OS is not windows * save figure as SVG --- src/convolutional_layer.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/convolutional_layer.h b/src/convolutional_layer.h index da98dce..6d1e517 100644 --- a/src/convolutional_layer.h +++ b/src/convolutional_layer.h @@ -21,6 +21,7 @@ void backward_bias_gpu(float *bias_updates, float *delta, int batch, int n, int size); #ifdef CUDNN void cudnn_convolutional_setup(layer *l, int cudnn_preference); +void cuda_convert_f32_to_f16(float* input_f32, size_t size, float *output_f16); #endif #endif -- Gitblit v1.10.0