leon 5 tháng trước cách đây
mục cha
commit
77aeec524e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
 {
 
 }