-
Notifications
You must be signed in to change notification settings - Fork 21
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
Remove backend
and backend_base
Classes
#1244
Conversation
launch strgrid |
launch icgrid |
launch strgrid |
launch icgrid |
launch strgrid |
launch icgrid |
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.
If we do this, we should also change the CMake variables GT_ENABLE_TARGET_X
Done. Hope I found all related CMake variables. |
launch strgrid |
launch icgrid |
@@ -19,7 +19,7 @@ | |||
* where: | |||
* MaxExtent - integral_constant with maximal absolute extent in I direction. | |||
* TODO(anstaf): change to fully specified max extent | |||
* Backend - instantiation of backend tag | |||
* Backend - instantiation of target |
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.
backend ?
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.
Done.
Tests have passed, last change was just in a comment. |
do perftest |
backend
andbackend_base
classes.backend_t::make_global_parameter(…)
is nowmake_global_parameter<backend_t>()
. Same forupdate_global_parameter
.backend_t::storage_traits_t
is gone (usestorage_traits<backend_t>
instead).target::X
is now calledbackend::X
.