From 91f95c715bff84094fc18bad6a8f938291b9b0f5 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 24 Oct 2016 20:32:49 +0000
Subject: [PATCH] tree things, tree stuff

---
 src/blas.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/blas.h b/src/blas.h
index 6b6b8f5..daacf9a 100644
--- a/src/blas.h
+++ b/src/blas.h
@@ -77,7 +77,7 @@
 
 void reorg_ongpu(float *x, int w, int h, int c, int batch, int stride, int forward, float *out);
 
-void softmax_gpu(float *input, int n, int groups, float temp, float *output, cudaStream_t stream);
+void softmax_gpu(float *input, int n, int offset, int groups, float temp, float *output);
 
 #endif
 #endif

--
Gitblit v1.10.0