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

[Speed] speed up the sequence_expand op #9220

Closed
dzhwinter opened this issue Mar 19, 2018 · 0 comments · Fixed by #9289
Closed

[Speed] speed up the sequence_expand op #9220

dzhwinter opened this issue Mar 19, 2018 · 0 comments · Fixed by #9289

Comments

@dzhwinter
Copy link
Contributor

The sequence_expand op contains multiple cuda kernel function calls, that means for every pair in lod scope, it needs to launch the cuda kernel for one time. In fact, they can merge to one, which will speed up the sequence processing hugely.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant