↓ 1 callersFunctiongpu_mandelbrot(width, height, real_low, real_high, imag_low, imag_high, max_iters, upper_bound)
Chapter03/gpu_mandelbrot0.py:35
↓ 1 callersFunctiongpu_mandelbrot(width, height, real_low, real_high, imag_low, imag_high, max_iters, upper_bound)
Chapter05/gpu_mandelbrot_context_sync.py:35
↓ 1 callersFunctionsimple_mandelbrot(width, height, real_low, real_high, imag_low, imag_high, max_iters, upper_bound)
Chapter01/mandelbrot0.py:10
Method__init__(self, math_function='y = sin(x)', precision='d', lo=0, hi=np.pi, samples_per_thread=10**5, num_blocks=100)
Chapter08/monte_carlo_integrator.py:70
Functionupdate_gpu(frameNum, img, in_x, in_y, in_v_x, in_v_y, out_x, out_y, out_v_x, out_v_y,t, NUM_BODIES, masses)
Chapter03/nbody.py:81
Functionupdate_gpu(frameNum, imgs, newLattices_gpu, lattices_gpu, N, streams, num_concurrent)
Chapter05/conway_gpu_streams.py:67