MCPcopy Create free account

hub / github.com/PacktPublishing/Hands-On-GPU-Programming-with-CUDA-C-and-Python-3.x-Second-Edition / functions

Functions23 in github.com/PacktPublishing/Hands-On-GPU-Programming-with-CUDA-C-and-Python-3.x-Second-Edition

↓ 3 callersFunctionxy_to_img
(x_coords, y_coords, masses)
Chapter03/nbody.py:66
↓ 2 callersFunctioncompute_gflops
(precision='S')
Chapter07/cublas_gemm_flops.py:12
↓ 1 callersFunctionconv_2d
(ker, img)
Chapter07/conv_2d.py:41
↓ 1 callersFunctioncufft_conv
(x , y)
Chapter07/conv_2d.py:10
↓ 1 callersMethoddefinite_integral
(self, lo=None, hi=None, samples_per_thread=None, num_blocks=None)
Chapter08/monte_carlo_integrator.py:104
↓ 1 callersFunctiondown_sweep
(y)
Chapter04/work-efficient_prefix.py:71
↓ 1 callersFunctionefficient_prefix
(x)
Chapter04/work-efficient_prefix.py:92
↓ 1 callersFunctiongaussian_ker
(sigma)
Chapter07/conv_2d.py:62
↓ 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 callersMethodjoin
(self)
Chapter05/single_thread_example.py:12
↓ 1 callersMethodjoin
(self)
Chapter05/multi-kernel_multi-thread.py:55
↓ 1 callersFunctionsimple_mandelbrot
(width, height, real_low, real_high, imag_low, imag_high, max_iters, upper_bound)
Chapter01/mandelbrot0.py:10
↓ 1 callersFunctionspeedcomparison
()
Chapter03/simple_element_kernel_example0.py:14
↓ 1 callersFunctionup_sweep
(x)
Chapter04/work-efficient_prefix.py:31
Method__init__
(self)
Chapter05/single_thread_example.py:4
Method__init__
(self, input_array)
Chapter05/multi-kernel_multi-thread.py:34
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
Methodrun
(self)
Chapter05/single_thread_example.py:8
Methodrun
(self)
Chapter05/multi-kernel_multi-thread.py:39
Functionupdate_gpu
(frameNum, img, newLattice_gpu, lattice_gpu, N)
Chapter04/conway_gpu.py:67
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