Skip to content
Snippets Groups Projects

added maximum based tensor method

Merged Rene Halver requested to merge tensor_max into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -161,6 +161,7 @@ public:
break;
case LB_t::TENSOR_MAX:
balancer.reset(new TensorMax_LB<T, W>(d, (W)0, g));
break;
default:
throw InvalidArgumentException(__FILE__, __func__, __LINE__,
"Unknown type of loadbalancing passed.");
Loading