Tag

parallel programming

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Mar 18, 2023 · Fundamentals

Introduction to Parallel Programming and Python Parallel Libraries

This article introduces parallel programming concepts, memory architectures, execution models, Python threading versus multiprocessing performance, and reviews several Python parallel libraries such as Ray, Dask, Dispy, ipyparallel, and Joblib for building scalable concurrent applications.

MultiprocessingMultithreadingdistributed computing
0 likes · 10 min read
Introduction to Parallel Programming and Python Parallel Libraries
Baidu Geek Talk
Baidu Geek Talk
May 30, 2022 · Mobile Development

Advanced OpenCL Optimization Techniques for Qualcomm Adreno GPUs on Mobile Devices

The article presents advanced OpenCL optimization techniques for Qualcomm Adreno mobile GPUs, explaining the programming model, profiling methods, bottleneck identification, and kernel‑level strategies such as fast math, fp16, vectorized memory accesses, and hardware‑specific features to improve compute‑ and memory‑bound performance on Android devices.

AdrenoGPUMobile Computing
0 likes · 12 min read
Advanced OpenCL Optimization Techniques for Qualcomm Adreno GPUs on Mobile Devices
Architects' Tech Alliance
Architects' Tech Alliance
Dec 27, 2019 · Fundamentals

Survey of GPU-Accelerated HPC Applications Across Scientific Domains

This article surveys the rapid growth of GPU-accelerated high‑performance computing (HPC) applications driven by NVIDIA's ecosystem, detailing the most common scientific fields, the proportion of GPU‑supported tools, and the emerging role of AI as a primary growth engine.

AICUDAGPU
0 likes · 8 min read
Survey of GPU-Accelerated HPC Applications Across Scientific Domains