minor
This commit is contained in:
@@ -1203,6 +1203,7 @@ void GroupCommunicator::Reduce(T *ldata, void (*Op)(OpData<T>)) const
|
||||
}
|
||||
else
|
||||
{
|
||||
// Just a placeholder - this case won't be executed on GPU.
|
||||
device_op = DeviceSharedDofCommunicator::Op::Sum;
|
||||
}
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ namespace mfem
|
||||
{
|
||||
|
||||
class DeviceSharedDofCommunicator;
|
||||
template <typename Type> struct MPITypeMap;
|
||||
|
||||
namespace internal
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user