Unverified Commit 68cbfcbc authored by FindDefinition's avatar FindDefinition Committed by GitHub
Browse files

Update README.md

parent df41d6bb
...@@ -30,6 +30,11 @@ ...@@ -30,6 +30,11 @@
* test spconv 1.x model in spconv 2.x: set environment variable before run program. Linux: ```export SPCONV_FILTER_HWIO="1"```, Windows powershell: ```$Env:SPCONV_FILTER_HWIO = "1"``` * test spconv 1.x model in spconv 2.x: set environment variable before run program. Linux: ```export SPCONV_FILTER_HWIO="1"```, Windows powershell: ```$Env:SPCONV_FILTER_HWIO = "1"```
## Upcoming release Spconv 2.1.0 (10.31.2021):
* implicit gemm algorithm, greatly faster than native algorithm when using float16 (tested in RTX 3080 Laptop).
* simple CPU support and CPU-only build
* bug fix
## News in Spconv 2.0.0 ## News in Spconv 2.0.0
* training/inference speed is increased (+50~80% for float32) * training/inference speed is increased (+50~80% for float32)
...@@ -102,4 +107,4 @@ The work is done when the author is an employee at Tusimple. ...@@ -102,4 +107,4 @@ The work is done when the author is an employee at Tusimple.
## LICENSE ## LICENSE
Apache 2.0 Apache 2.0
\ No newline at end of file
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