-
Notifications
You must be signed in to change notification settings - Fork 161
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
Update Morpheus to Use SRF 22.06 #152
Conversation
@mdemoret-nv any reason we're commenting out GenericTensor instead of just deleting it? (same question for any other commented-out code). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I had some questions you might want to address.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some questions, some comments.
Added quite a few nit pick comments that I think would improve clarity, consistency, and readability.
This code was copied verbatim from Neo to Morpheus. I have just removed it since it wont be needed anymore. |
Update the test_build_single test
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved for DS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@gpucibot merge |
This PR updates all references from Neo->SRF. It also updates the CMake build to allow building SRF from source again.