-
Notifications
You must be signed in to change notification settings - Fork 61
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
Clean up GPU branch [10] #61
Comments
Looks good to me! |
Finished the estimates. I went through your first code review and just made a quick tally of the small and large fixes, to come up with 6 points for me to make fixes, comment on the review, and then make further changes based on follow up review. |
Step 1 has been finished, and step 2 mostly finished. The backend implementation hasn't been fully polished, but I think that its structure is quite clear and fit for purpose. |
Step 2 has been finished, the PR #45 is ready for review. |
PR #45 merged! |
* Coerce `ncell` parameter to int. This fix was missed in an earlier commit/merge. * Remove temporary directory shenanigans for CoreNEURON implementation as we can pass it an output directory to use.
* ImPlot Yeah. * Fix acc suffix. * Fix PVS warnings.
point estimate: 10 points
feature: #67
The GPU branch github.com/bcumming/nestmc-proto/tree/gpu needs to be merged with master. There are issues that make this difficult
This task aims to target steps 1 and 2 in a gpu branch of the main repository. Once the state of the branch is satisfactory, the validation in step 3 will be addressed in a separate project task.
Acceptance criteria
Steps
The text was updated successfully, but these errors were encountered: