hoggy077
Multi-threading help
So I have an assignment where I'm required to multi-thread a sequential application and demonstrate how I got the most performance out of it. The app itself is essentially just a short-time Fourier Transform. What I'm wondering, is there a way to multi-thread the transform itself when the equation is inherently recursive? and if so would I get a drastic performance boost?
1 replies