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

Qualification tool: Update speedup factor for few operators #5490

Merged
merged 2 commits into from
May 17, 2022

Conversation

nartal1
Copy link
Collaborator

@nartal1 nartal1 commented May 13, 2022

This PR is to update speedup factor for some of the Execs. NDS logs were used to analyze the speed up of the operators between CPU and GPU logs.

Speedup of these execs are updated:
BroadcastHashJoinExec
ExchangeExec
FilterExec
HashAggregateExec
SortExec
SortMergeJoinExec

Changed the speedUp factor from Int to Double as the speedUp of some of the above exec is in Double.
Updated the tests and rest of the code(minor update) accordingly.

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@nartal1 nartal1 added the tools label May 13, 2022
@nartal1 nartal1 added this to the May 2 - May 20 milestone May 13, 2022
@nartal1 nartal1 requested a review from tgravescs May 13, 2022 23:59
@nartal1 nartal1 self-assigned this May 13, 2022
@nartal1
Copy link
Collaborator Author

nartal1 commented May 13, 2022

build

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@nartal1
Copy link
Collaborator Author

nartal1 commented May 17, 2022

build

@tgravescs tgravescs merged commit ff62c97 into NVIDIA:branch-22.06 May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants