How to run pyFR with pure numPy operations?

Hi, is there a way to run pyFR using only Numpy without any other package to perform math operations? (don’t want to use cuda)

Regards

No, but if you don’t want to run pyfr on a GPU backend, such as cuda, you can use the CPU backend based on openmp instead.

1 Like