shortcut cu

This commit is contained in:
Francesco Gatti
2018-12-20 09:53:17 +01:00
parent ed02930464
commit e91db28756
3 changed files with 53 additions and 6 deletions
+4
View File
@@ -13,5 +13,9 @@ void softmaxForward(float *input, int n, int batch, int batch_offset,
int groups, int group_offset, int stride, float temp, float *output, cudaStream_t stream = cudaStream_t(0));
void shortcutForward(dnnType* srcData, dnnType* dstData, int n1, int c1, int h1, int w1, int s1,
int n2, int c2, int h2, int w2, int s2,
cudaStream_t stream = cudaStream_t(0));
void float2half(float* srcData, __half* dstData, int size, const cudaStream_t stream = cudaStream_t(0));
#endif //KERNELS_H