Dos PVA support FFT?

,

“Jetson AGX Orin modules bring support for our next generation Programmable Vision Accelerator
engine, PVA v2. The PVA engine includes dual 7-way VLIW (Very Long Instruction Word) vector
processing units, dual DMA engines, and a Cortex-R5 subsystem. The PVA enables support for various
computer vision kernels such as filtering, warping, image pyramid, feature detection, and FFT. Some
common computer vision applications using the PVA include feature detector, feature tracker, object
tracker, stereo disparity, and visual perception.”
from this description PVA supports FFT but from VPI3.2doc:
VPI - Vision Programming Interface: Algorithms PVA dos not support FFT.

so confused,PVA support FFT or not.

Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.10.0
DRIVE OS 6.0.8.1
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other

Target Operating System
Linux
QNX
other

Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other

SDK Manager Version
2.1.0
other

Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other

Issue Description
<Please provide details about your query/application pipeline/usecase/pictures here >

Error String
< Please provide just the error messages here >

Logs
Provide logs in text box instead of image

Please paste the complete application log here. If there are multiple logs, please use multiple text box

Hi

It means the PVA hardware has the capability to do FFT.
But VPI (software) doesn’t enable it yet.

Thanks.

Thanks for reply,
how to do FFT on PVA currently for developers,
any demo can be showed.

Hi,

PVA needs to be launched via VPI.
However, we don’t support FFT (VPI) with PVA right now.

Alternatives, you can try our CPU or CUDA FFT with VPI instead:

Thanks.

thanks, can user custom code run on PVA?

Hi,

Unfortunately, no.
On Jetson, you will need to use VPI to launch tasks on PVA.

Thanks.

Thanks, does DRIVEWORKS also not support user custom code on PVA?

Hi,

Do you use the DRIVE platform?
Please note that the above info is all based on the Jetson device.

Please file a new topic on the DRIVE board if you want to know the info on DRIVE system.

Thanks.

OK thanks very much