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)
 {
 
 }