-
Notifications
You must be signed in to change notification settings - Fork 22
Adding modest extensions to experiement with GPUs #350
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
Conversation
building with SPHERAL_UNIFIED_MEMORY (for now)
of tests failing.
FieldView/FieldListView for consistency with Mike and Landon's work
of span or ManagedArray
in the view caused my hangs going to device
shouldn't be necessary (and C++ uses seem to work just fine without this), but cleaned up some Python issues using Field /=
| DEBUG_LOG << "Start Kernel 1"; | ||
| RAJA::forall<TypeParam>(TRS_UINT(0, numFields), | ||
| [=] SPHERAL_HOST_DEVICE (size_t i) { | ||
| SPHERAL_ASSERT_EQ(fl_v.size(), numFields); |
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.
We should decide what sort of spacing we want for these RAJA loops.
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.
Yep, in this case this was what happened automatically with emacs formatting. That opening parenthesis pushes it way to the right.
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
Summary
ToDo :
RELEASE_NOTES.mdwith notable changes.