leon 5 月之前
父节点
当前提交
77aeec524e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/resnet.cu

+ 1 - 1
src/resnet.cu

@@ -218,7 +218,7 @@ struct AffineMatrix {
 };
 
 
-static __global__ classfier(float *predict, cudaStream_t stream)
+static __global__ void classfier(float *predict, cudaStream_t stream)
 {
 
 }