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

[Vulkan] [Easy] Minor optimization for deferred token lookups. #3960

Merged
merged 1 commit into from
Sep 17, 2019

Conversation

ajtulloch
Copy link
Contributor

Use a hash map keyed on the descriptor set to avoid bad asymptotic behaviour.

@ajtulloch
Copy link
Contributor Author

cc @jwfromm @tqchen, pretty minor addition to #3849.

Use a hash map keyed on the descriptor set to avoid bad asymptotic behaviour.
@ajtulloch ajtulloch force-pushed the vulkan-constant-append branch from cc90594 to c49dda2 Compare September 16, 2019 22:36
@tqchen tqchen merged commit 1fe17d1 into apache:master Sep 17, 2019
@tqchen
Copy link
Member

tqchen commented Sep 17, 2019

Thanks @ajtulloch

wweic pushed a commit to wweic/tvm that referenced this pull request Sep 30, 2019
Use a hash map keyed on the descriptor set to avoid bad asymptotic behaviour.
wweic pushed a commit to wweic/tvm that referenced this pull request Sep 30, 2019
Use a hash map keyed on the descriptor set to avoid bad asymptotic behaviour.
wweic pushed a commit to neo-ai/tvm that referenced this pull request Oct 1, 2019
Use a hash map keyed on the descriptor set to avoid bad asymptotic behaviour.
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.

2 participants