Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FRONTEND] [HYBRID] Non-zero starting supported; Buffer AttrStmt add! #1330

Merged
merged 4 commits into from
Jun 25, 2018
Merged

[FRONTEND] [HYBRID] Non-zero starting supported; Buffer AttrStmt add! #1330

merged 4 commits into from
Jun 25, 2018

Conversation

were
Copy link
Contributor

@were were commented Jun 24, 2018

  • All the old tests executed on LLVM backend
  • Get around the problem that for loops' starting point is not zero
  • Buffer scope attribute add

@@ -29,7 +29,7 @@ def __init__(self, tag, ext):
unroll = vectorize = parallel = _range #pylint: disable=invalid-name


def allocate(shape, dtype='float32'):
def allocate(shape, dtype='float32', scope='global'): #pylint: disable=unused-argument
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update docstring to include all arguments

@tqchen tqchen merged commit f721a64 into apache:master Jun 25, 2018
@were were deleted the hybrid-update branch June 26, 2018 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants