Update README.md

This commit is contained in:
Chao Liu
2021-07-28 09:41:38 -05:00
committed by GitHub
parent 56f93c6f33
commit 85a1429301

View File

@@ -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
```