-
Notifications
You must be signed in to change notification settings - Fork 218
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
Fix/lambda #42
Fix/lambda #42
Conversation
Looks good, just waiting for the compile test to prove everything is all right. |
Is it possible that you get now problems with creation of && (reference on refernces). http://stackoverflow.com/questions/5590978/reference-of-reference-in-c. |
Not is this case, because it is guaranteed that ArgN is no reference type. |
Do not accept yet! |
- make_Functor.hpp: store references instead of values in argTuple - Tuple.hpp: add a contructor which accepts non-const references
- change every occurence of sm_13 to sm_20
ready to pull. Be aware: By approving this pull request YOU make PIConGPU incompatible to sm_13 |
sm_13 causes an "internal nvopencc error" with this branch |
Is compatibility with sm_13 still necessary? |
We already agreed with Michael on abandoning Ha: that means you have to commit totally warning-free code from now on ^^ |
That's great! |
So merge it ;) |
Fix/lambda - merged RIP sm_13
…t_available_slots_unified unified interface to getAvailableSlots
025bc92c4f Merge pull request ComputationalRadiationPhysics#44 from psychocoderHPC/fix-warningIgnoredReturnType 379bfff87f fix warning `unused return value` c3348b7f0f Merge pull request ComputationalRadiationPhysics#42 from chengweiv5/fix-typo-in-README 18ff10afd3 README: fix typo 143289d880 Merge pull request ComputationalRadiationPhysics#40 from psychocoderHPC/topic-useRpath aa36001343 use RPATH by default git-subtree-dir: thirdParty/cuda_memtest git-subtree-split: 025bc92c4f92ea77c513c010867ca41353c03032
Fix Lambda