leon hai 5 meses
pai
achega
77aeec524e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 {
 
 }