-
In a scale test with ~hundreds of nodes, ~thousands of replicas, the control loop is taking multiple seconds per iteration. Using this issue to track profiling results & optimization ideas.
A few o…
-
I am having an issue with the depth aggregation module.
Traceback (most recent call last):
File "/mnt/BEVDepth/bevdepth/exps/nuscenes/mv/bev_depth_lss_r50_256x704_128x128_20e_cbgs_2key_da_ema.py…
-
Currently, the derivative function in CAMP-MONARCH is taking ~50% of the execution time.
An optimization has been proposed time ago to improve vectorization and memory access (#116) based on swap R…
-
Dear csnumrics maintainers,
This is Dr. Zaikun Zhang from the Hong Kong Polytechnic University. Together with Professor [N.I.M. Gould](https://www.numerical.rl.ac.uk/people/nimg/), I am responsible…
-
In cases where the cost of n parallelized f()'s is lower than that of n sequential f()'s, the acquisition function u() can return q>1 points and the next evaluation of f()'s can take place at q points…
-
> ### Recommendation:
>
> We advise the statements within the `for` loop limits to be relocated outside to a local variable declaration that is consequently utilized for the evaluations to signific…
-
On line 35 of the for-loop pattern the following comment appears.
`// optimization 3 - substitute `i++` with `i = i + 1` or `i += 1` to avoid excessive trickiness`
Could you elaborate on "excessive…
-
Hi,
Thanks for open-sourcing this work. When I was trying to train the teacher network of LiDAR and fusion I wasn't able to start it with multiple GPU. Single-GPU training works. Multi-GPU training…
-
Currently the code is designed just to optimize epsilon for a given sigma. This is done in part because the golden section code is intended for 1-D optimization. There are a few options for modifying …
-
```
Quoting from my forum posting:
http://ai-contest.com/forum/viewtopic.php?f=18&t=700&start=0
It's also worth noting that -funroll-loops is an undesirable optimization for
two reasons:
* GCC has…