#### Description of the problem - using layer->len_ops number of threads may cause an issue for a neural network where the input dimension is high. - Threads need not be passed to _rr_scheduler in the present implementation. https://github.com/codezonediitj/BNN/blob/3d752fee457f956cd0226526b79355a85718acb3/bnn/autodiff/forward_impl.cpp#L50-L56 #### Example of the problem <!--Provide a reproducible example code which is causing the bug to appear. Leave this section if the problem is not a bug.--> #### References/Other comments
Description of the problem
BNN/bnn/autodiff/forward_impl.cpp
Lines 50 to 56 in 3d752fe
Example of the problem
References/Other comments