Black Scholes on CUDA Question on sample code

Hi,

In the sample code that we get along with CUDA SDK, BlackScholes.cu contains the Kernal function BlackScholesGPU which is called NUM_ITERATIONS times. What is the significance and criteria for deciding NUM_ITERATIONS? In the SDK its set to 512.

Thanks.