Skip to content
Snippets Groups Projects
Commit ec1661bc authored by Rene Halver's avatar Rene Halver
Browse files

bugfix regarding ALL_TENSOR_MAX

parent 290dc97d
No related branches found
No related tags found
1 merge request!22added maximum based tensor method
This commit is part of merge request !22. Comments created here will be created in the context of that merge request.
...@@ -161,6 +161,7 @@ public: ...@@ -161,6 +161,7 @@ public:
break; break;
case LB_t::TENSOR_MAX: case LB_t::TENSOR_MAX:
balancer.reset(new TensorMax_LB<T, W>(d, (W)0, g)); balancer.reset(new TensorMax_LB<T, W>(d, (W)0, g));
break;
default: default:
throw InvalidArgumentException(__FILE__, __func__, __LINE__, throw InvalidArgumentException(__FILE__, __func__, __LINE__,
"Unknown type of loadbalancing passed."); "Unknown type of loadbalancing passed.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment