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

538 remove tuple from debug::useVars #543

Merged
merged 1 commit into from
Nov 12, 2019
Merged

Conversation

lifflander
Copy link
Collaborator

@lifflander lifflander commented Nov 4, 2019

  • What's faster than instantiating a tuple?
    Not instantiating a tuple.

    Tuple instantiation is SLLLLLOW in comparison,
    especially over many more types.

    Compilers may (or may not) optimize out entire construct.

Fixes #583

@lifflander
Copy link
Collaborator Author

I think this an improvement, but we need to test this more extensively on ICC and CUDA to see if passes. Thus, I'm not marking this for 1.0.0-beta.4

Copy link
Collaborator

@nlslatt nlslatt left a comment

Choose a reason for hiding this comment

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

This builds on Mutrino with icc.

@lifflander lifflander added this to the 1.0.0-beta milestone Nov 12, 2019
@lifflander
Copy link
Collaborator Author

@PhilMiller @nlslatt Can I get approval to merge this? I tagged it for 1.0.0-beta.4 since it's working with icc.

@nlslatt
Copy link
Collaborator

nlslatt commented Nov 12, 2019

This appears to build with cuda as well.

- What's faster than instantiating a tuple?
  Not instantiating a tuple.

  Tuple instantiation is SLLLLLOW in comparison,
  especially over many more types.

  Compilers may (or may not) optimize out entire construct.
@lifflander lifflander force-pushed the 538-remove-use-vars-tuple branch from c9e2ffd to e1e0778 Compare November 12, 2019 18:47
@lifflander lifflander merged commit 92bb1cd into develop Nov 12, 2019
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.

4 participants