Support vector front/back - #702
Conversation
94615e6 to
eac70f5
Compare
schweitzpgi
left a comment
There was a problem hiding this comment.
You do not want to put a Load here. These functions actually return references which are memory addresses rather than the value at the memory address. Internal to the compiler that means effectively there is no difference between
T& foo();
T* foo();in terms of implementation. Both return a memory address. The first does have implicit dereferencing, but that is syntactic sugar that doesn't affect the implementation here.
f3d1621 to
469e547
Compare
Command Bot: Processing... |
dbeddc9 to
2e65200
Compare
Command Bot: Processing... |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
2e65200 to
e1de9f8
Compare
schweitzpgi
left a comment
There was a problem hiding this comment.
LGTM. Thanks, Anthony.
e1de9f8 to
e0be698
Compare
Command Bot: Processing... |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
7bc0fc2 to
64473d9
Compare
Command Bot: Processing... |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: A.M. Santana <anthonys@nvidia.com>
Signed-off-by: A.M. Santana <anthonys@nvidia.com>
Signed-off-by: A.M. Santana <anthonys@nvidia.com>
Signed-off-by: A.M. Santana <anthonys@nvidia.com>
Signed-off-by: A.M. Santana <anthonys@nvidia.com>
Signed-off-by: A.M. Santana <anthonys@nvidia.com>
64473d9 to
23fda3f
Compare
Command Bot: Processing... |
Description
Closes #645