What you've learned

You should now know how to:

  • Debug and fix a parallel application
  • Profile and optimize your code
  • Use optimized routines for common math operations

Knowledge Check

Which compiler option enables debugging symbols?

What type of bugs a parallel debugger can help with?

How can you check SIMD is used to enable performance and which loops were vectorized?


Back
Next