期刊文献+
共找到5篇文章
< 1 >
每页显示 20 50 100
Optimization Techniques for GPU-Based Parallel Programming Models in High-Performance Computing 认领 引用
1
作者 Shuntao Tang Wei Chen 《信息工程期刊(中英文版)》 2024年第1期7-11,共5页
This study embarks on a comprehensive examination of optimization techniques within GPU-based parallel programming models,pivotal for advancing high-performance computing(HPC).Emphasizing the transition of GPUs from g... This study embarks on a comprehensive examination of optimization techniques within GPU-based parallel programming models,pivotal for advancing high-performance computing(HPC).Emphasizing the transition of GPUs from graphic-centric processors to versatile computing units,it delves into the nuanced optimization of memory access,thread management,algorithmic design,and data structures.These optimizations are critical for exploiting the parallel processing capabilities of GPUs,addressingboth the theoretical frameworks and practical implementations.By integrating advanced strategies such as memory coalescing,dynamic scheduling,and parallel algorithmic transformations,this research aims to significantly elevate computational efficiency and throughput.The findings underscore the potential of optimized GPU programming to revolutionize computational tasks across various domains,highlighting a pathway towards achieving unparalleled processing power and efficiency in HPC environments.The paper not only contributes to the academic discourse on GPU optimization but also provides actionable insights for developers,fostering advancements in computational sciences and technology. 展开更多
关键词 Optimization Techniques GPU-Based Parallel Programming Models High-Performance Computing
Parallel programming models for heterogeneous many‑cores:a comprehensive survey 认领 引用 被引量:9
2
作者 Jianbin Fang Chun Huang +1 位作者 Tao Tang Zheng Wang 《CCF Transactions on High Performance Computing》 EI 2020年第4期382-400,共19页
Heterogeneous many-cores are now an integral part of modern computing systems ranging from embedding systems to supercomputers.While heterogeneous many-core design offers the potential for energy-efficient high-perfor... Heterogeneous many-cores are now an integral part of modern computing systems ranging from embedding systems to supercomputers.While heterogeneous many-core design offers the potential for energy-efficient high-performance,such potential can only be unlocked if the application programs are suitably parallel and can be made to match the underlying heterogeneous platform.In this article,we provide a comprehensive survey for parallel programming models for heterogeneous many-core architectures and review the compiling techniques of improving programmability and portability.We examine various software optimization techniques for minimizing the communicating overhead between heterogeneous computing devices.We provide a road map for a wide variety of different research areas.We conclude with a discussion on open issues in the area and potential research directions.This article provides both an accessible introduction to the fast-moving area of heterogeneous programming and a detailed bibliography of its main achievements. 展开更多
关键词 Heterogeneous computing Many-core architectures Parallel programming models
Programming bare-metal accelerators with heterogeneous threading models:a case study of Matrix-3000 认领 引用 被引量:6
3
作者 Jianbin FANG Peng ZHANG +4 位作者 Chun HUANG Tao TANG Kai LU Ruibo WANG Zheng WANG 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2023年第4期509-520,共12页
As the hardware industry moves toward using specialized heterogeneous many-core processors to avoid the effects of the power wall,software developers are finding it hard to deal with the complexity of these systems.In... As the hardware industry moves toward using specialized heterogeneous many-core processors to avoid the effects of the power wall,software developers are finding it hard to deal with the complexity of these systems.In this paper,we share our experience of developing a programming model and its supporting compiler and libraries for Matrix-3000,which is designed for next-generation exascale supercomputers but has a complex memory hierarchy and processor organization.To assist its software development,we have developed a software stack from scratch that includes a low-level programming interface and a high-level OpenCL compiler.Our low-level programming model offers native programming support for using the bare-metal accelerators of Matrix-3000,while the high-level model allows programmers to use the OpenCL programming standard.We detail our design choices and highlight the lessons learned from developing system software to enable the programming of bare-metal accelerators.Our programming models have been deployed in the production environment of an exascale prototype system. 展开更多
关键词 Heterogeneous computing Parallel programming models Programmability Compilers Runtime systems
暂未订购 下载PDF
An empirical performance evaluation of SYCL on ARM multi-core processors 认领 引用
4
作者 Hanzheng Liang Chencheng Deng +3 位作者 Peng Zhang Jianbin Fang Tao Tang Chun Huang 《CCF Transactions on High Performance Computing》 EI CSCD 2025年第1期1-16,共16页
SYCL is a modern royalty-free heterogeneous programming specification maintained by the Khronos Group.Recently,it has become increasingly more prevalent and matured,leading to various assessments of its performance,po... SYCL is a modern royalty-free heterogeneous programming specification maintained by the Khronos Group.Recently,it has become increasingly more prevalent and matured,leading to various assessments of its performance,portability,and programmability.While previous evaluations have mainly focused on X86 CPUs,NVIDIA GPUs,and AMD GPUs,how well SYCL performs on ARM multi-core CPUs is still unknown.In this paper,we evaluate three SYCL implementations(i.e.,DPCPP,AdaptiveCPP,and MLIR-SYCL)on ARM multi-core CPUs,to uncover performance traps and offer optimization techniques.We use the SYCL-Bench benchmark suite to assess the performance of DPCPP,AdaptiveCPP,and MLIR-SYCL against their OpenMP counterparts.We also assess the compiler and runtime overhead to evaluate the usability and productivity of the SYCL implementations.Our empirical results demonstrate that these SYCL implementations can achieve satisfactory performance on ARM multi-core processors.Additionally,we highlight several key optimizations,such as NUMA management,which must be carefully addressed to enhance performance. 展开更多
关键词 Parallel programming models SYCL ARM CPUs Performance evaluation
Optimization Strategies Oriented to Loop Characteristics in Software Thread Level Speculation Systems 认领 引用 被引量:3
5
作者 Li Shen Fan Xu Zhi-Ying Wang 《Journal of Computer Science & Technology》 SCIE EI CSCD 2016年第1期60-76,共17页
Thread level speculation provides not only a simple parallel programming model,but also an effective mech-anism for thread-level parallelism exploitation.The performance of software speculative parallel models is limi... Thread level speculation provides not only a simple parallel programming model,but also an effective mech-anism for thread-level parallelism exploitation.The performance of software speculative parallel models is limited by high global overheads caused by different types of loops.These loops usually have different characteristics of dependencies and different requirements of optimization strategies.In this paper,we propose three comprehensive optimization techniques to reduce different factors of global overheads,aiming at requirements from different types of loops.Inter-thread fetching can reduce the high mis-speculation rate of the loops with frequent dependencies and out-of-order committing can reduce the control overhead of the loops with infrequent dependencies,while enhanced dynamic task granularity resizing can reduce the control overhead and optimize the global overhead of the loops with changing characteristics of dependencies.All these three optimization techniques have been implemented in HEUSPEC~a software TLS system.Experimental results indicate that they can satisfy tile demands from different groups of benchmarks.The combination of these techniques can improve the performance of all benchmarks and reach a higher average speedup. 展开更多
关键词 parallel programming model optimization thread level speculation HEUSPEC performance
暂未订购 下载PDF
上一页 1 下一页 到第
在线咨询 使用帮助 返回顶部 意见反馈