Skip to content

Commit

Permalink
upgrading version to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
srohit0 committed Nov 18, 2019
1 parent c670813 commit 45d6579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ deepC also offers ahead of time compiler producing optimized executable based on

Main components of **deepC** have been designed to represent and optimize the common deep learning networks in high level graph IR and to transform the computation graph to minimize memory utilization, optimize data layout and fuse computation patterns for different hardware backends.

<img width="800" alt="Architecture" src="misc/dnnCompilerArch.jpg">
<img width="800" alt="Architecture" src="https://github.com/ai-techsystems/dnnCompiler/blob/master/misc/dnnCompilerArch.jpg">

Read more at [high level design document](docs/highLevelDesign.md)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import setuptools

NAME='deepC'
VERSION=0.11
VERSION=0.12

long_description = ""
with open("README.md", "r") as fh:
Expand Down

0 comments on commit 45d6579

Please sign in to comment.