forked from maxjhandsome/jittor
version 1.1
This commit is contained in:
parent
87f51fc13d
commit
1a0d7e3810
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue