version 1.1

This commit is contained in:
Dun Liang 2020-05-02 19:21:09 +08:00
parent 87f51fc13d
commit 1a0d7e3810
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ with open(os.path.join(path, "README.src.md")) as fh:
setuptools.setup(
name='jittor',
version='1.0.1',
version='1.1.0',
# scripts=[],
author="Jittor Group",
author_email="ran.donglang@gmail.com",

View File

@ -76,7 +76,7 @@ struct CodeOp : Op {
#include <algorithm>
@alias(a, in0)
@alias(b, out)
"""",
""",
cpu_src="""
for (int i=0; i<a_shape0; i++)
@b(i) = @a(i);