-
Notifications
You must be signed in to change notification settings - Fork 132
[QST] firfilter performance on Jetson #416
Comments
This issue has been labeled |
This issue has been labeled |
This issue still needs to be investigated. |
This issue has been labeled |
This issue has been labeled |
I'm running benchmarking tests on a Jetson Nano 4GB board, and am testing a number of filter algorithms. The performance of each (for N number of taps) is shown below.
firfilter is tested as follows:
In contrast, running the same code on a GeForce GTX 1050 Ti yields the following:
In this case, firfilter (GPU) performance exceeds CPU performance for the other algorithms, which is expected.
However, we do not expect
firfilter
to be significantly slower than the other algorithms on Jetson . What potential performance optimizations could help solve this problem?The text was updated successfully, but these errors were encountered: