"vscode:/vscode.git/clone" did not exist on "2984f28815c90dd5bae09aa6fdacf1c8a149eb9a"
Unverified Commit 85a14293 authored by Chao Liu's avatar Chao Liu Committed by GitHub
Browse files

Update README.md

parent 56f93c6f
......@@ -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
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment