-
Notifications
You must be signed in to change notification settings - Fork 22
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
Filename shuffle #1007
Filename shuffle #1007
Conversation
42465a6
to
8343b0c
Compare
Just building test suite locally, but I think this is ready to merge. |
c9fedcd
to
83a9577
Compare
Windows/Debug/Seatbelts=ON test suite built locally.
(After correcting an issue in |
1be488e
to
2ff60e5
Compare
… a more logical structure. This includes a number of classes being added to the detail namespace.
…tCUDAMessage() These features were not intended for release, users should not have direct access to internal objects (detail namespace). Roughly equivalent functionality is available via DeviceAgentVector within the HostAPI. fixup
2ff60e5
to
479afe4
Compare
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.
File moves look good, Tests and pytest all pass under linux.
Should be fine to merge once the pytests are restructured similar to the cxx tests.
Requires fully CI build to check it works
CUDASimulation::getAgent()
(it returns typedetail::AgentInterface
it was added for hacky reasons to access agent data on the device which are probably nolonger relevant.)Closes #550