mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Force accelerator
This commit is contained in:
parent
e4df025d01
commit
9c9dfbfa78
@ -42,7 +42,7 @@ NAMESPACE_BEGIN(Grid);
|
|||||||
// Predicated where support
|
// Predicated where support
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
template <class iobj, class vobj, class robj>
|
template <class iobj, class vobj, class robj>
|
||||||
inline vobj predicatedWhere(const iobj &predicate, const vobj &iftrue,
|
accelerator_inline vobj predicatedWhere(const iobj &predicate, const vobj &iftrue,
|
||||||
const robj &iffalse) {
|
const robj &iffalse) {
|
||||||
typename std::remove_const<vobj>::type ret;
|
typename std::remove_const<vobj>::type ret;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user