diff --git a/README.md b/README.md index 1eb3efa7b5..6e6019601a 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,9 @@ Build drivers: \ # Run * layout: 0 = NCHW; 1 = NHWC -* algo: - * Forward convolution: https://github.com/asroy/modular_convolution/blob/aafb5eb18781f1ac9e06a17c3e53d968dd53dcc0/driver/conv_driver_v2.cpp#L38 - * Backward data convolution: https://github.com/asroy/modular_convolution/blob/aafb5eb18781f1ac9e06a17c3e53d968dd53dcc0/driver/conv_bwd_data_driver_v2.cpp#L22 +* algo: algorithm * verify: 0 = no verification; 1 = do verification -* init: 0 ~ 3. initialization method +* init: 0 ~ 5. initialization method * log: 0 = no log; 1 = do log * repeat: number of time kernel being launched ```