咨询与建议

限定检索结果

文献类型

  • 4 篇 期刊文献
  • 4 篇 会议

馆藏范围

  • 8 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 5 篇 工学
    • 5 篇 计算机科学与技术...
    • 3 篇 软件工程
    • 1 篇 电气工程
    • 1 篇 电子科学与技术(可...
    • 1 篇 信息与通信工程
    • 1 篇 控制科学与工程
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...

主题

  • 8 篇 shared memory pa...
  • 3 篇 cache-coherence
  • 3 篇 openmp
  • 3 篇 commutativity
  • 2 篇 restructuring
  • 2 篇 data locality
  • 2 篇 ccnuma architect...
  • 2 篇 software distrib...
  • 1 篇 early computing ...
  • 1 篇 hpc education
  • 1 篇 gaussian mixture...
  • 1 篇 pthreads
  • 1 篇 data distributio...
  • 1 篇 structural softw...
  • 1 篇 all-uses testing
  • 1 篇 computing educat...
  • 1 篇 programming envi...
  • 1 篇 data distributio...
  • 1 篇 automatic speake...
  • 1 篇 pdc education

机构

  • 1 篇 louisiana state ...
  • 1 篇 university of te...
  • 1 篇 university of to...
  • 1 篇 carnegie mellon ...
  • 1 篇 univ houston dep...
  • 1 篇 univ houston dep...
  • 1 篇 tennessee tech u...
  • 1 篇 university of ma...
  • 1 篇 carnegie mellon ...
  • 1 篇 university of ma...
  • 1 篇 faculty of tech ...
  • 1 篇 w chester univ p...
  • 1 篇 univ delaware ne...

作者

  • 2 篇 patil a
  • 2 篇 prabhakar a
  • 2 篇 chapman b
  • 1 篇 dhruva tirumala
  • 1 篇 tirumala dhruva
  • 1 篇 yang csd
  • 1 篇 alan sussman
  • 1 篇 lucia brandon
  • 1 篇 yi ding
  • 1 篇 bregier f
  • 1 篇 mihai burcea
  • 1 篇 sai varikooty
  • 1 篇 brandon lucia
  • 1 篇 sushil prasad
  • 1 篇 rand kouatly
  • 1 篇 vignesh balaji
  • 1 篇 ramachandran vai...
  • 1 篇 balaji vignesh
  • 1 篇 allen deng
  • 1 篇 hernandez o

语言

  • 8 篇 英文
检索条件"主题词=shared memory parallel programming"
8 条 记 录,以下是1-10 订阅
排序:
Performance of Text-Independent Automatic Speaker Recognition on a Multicore System
收藏 引用
Tsinghua Science and Technology 2024年 第2期29卷 447-456页
作者: Rand Kouatly Talha Ali Khan Faculty of Tech and Software Engineering University of Europe for Applied SciencesPotsdam 14469Germany
This paper studies a high-speed text-independent Automatic Speaker Recognition(ASR)algorithm based on a multicore system's Gaussian Mixture Model(GMM).The high speech is achieved using parallel implementation of t... 详细信息
来源: 评论
Program development environment for OpenMP programs on ccNUMA architectures  3rd
收藏 引用
3rd International Conference on Large-Scale Scientific Computing (ICLSSC 2001)
作者: Chapman, B Hernandez, O Patil, A Prabhakar, A Univ Houston Dept Comp Sci Houston TX USA
OpenMP is emerging as a viable high-level programming model for shared memory parallel systems. Although it has also been implemented on ccNUMA architectures, it is hard to obtain high performance on such systems. In ... 详细信息
来源: 评论
All-uses testing of shared memory parallel programs
收藏 引用
SOFTWARE TESTING VERIFICATION & RELIABILITY 2003年 第1期13卷 3-24页
作者: Yang, CSD Pollock, LL Univ Delaware Newark DE 19716 USA W Chester Univ PA Comp Sci Dept W Chester PA 19383 USA
parallelism has become a way of life for many scientific programmers. A significant challenge in bringing the power of parallel machines to these programmers is providing them with a suite of software tools similar to... 详细信息
来源: 评论
Achieving performance under OpenMP on ccNUMA and software distributed shared memory systems
收藏 引用
CONCURRENCY AND COMPUTATION-PRACTICE & EXPERIENCE 2002年 第8-9期14卷 713-739页
作者: Chapman, B Bregier, F Patil, A Prabhakar, A Univ Houston Dept Comp Sci Houston TX 77204 USA
OpenMP is emerging as a viable high-level programming model for shared memory parallel systems. It was conceived to enable easy, portable application development on this range of systems, and it has also been implemen... 详细信息
来源: 评论
An Architecture and programming Model for Accelerating parallel Commutative Computations via Privatization
收藏 引用
ACM SIGPLAN Notices 2017年 第8期52卷 431-432页
作者: Balaji, Vignesh Tirumala, Dhruva Lucia, Brandon Carnegie Mellon University United States
来源: 评论
Integrating parallel and Distributed Computing in Early Computing Classes  2023
Integrating Parallel and Distributed Computing in Early Comp...
收藏 引用
Proceedings of the 54th ACM Technical Symposium on Computer Science Education V. 2
作者: Sheikh Ghafoor Charles Weems Alan Sussman Ramachandran Vaidyanathan Sushil Prasad Tennessee Tech University Cookeville TN USA University of Massachusetts Amherst MA USA University of Maryland College Park MD USA Louisiana State University Baton Rouge LA USA University of Texas at San Antonio San Antonio TX USA
parallel and distributed computing (PDC) has become pervasive in all aspects of computing, and thus it is essential that students include parallelism and distribution in the computational thinking that they apply to p... 详细信息
来源: 评论
POSTER: An Architecture and programming Model for Accelerating parallel Commutative Computations via Privatization  17
POSTER: An Architecture and Programming Model for Accelerati...
收藏 引用
Proceedings of the 22nd ACM SIGPLAN Symposium on Principles and Practice of parallel programming
作者: Vignesh Balaji Dhruva Tirumala Brandon Lucia Carnegie Mellon University Pittsburgh PA USA
Synchronization and data movement are the key impediments to an efficient parallel execution. To ensure that data shared by multiple threads remain consistent, the programmer must use synchronization (e.g., mutex lock... 详细信息
来源: 评论
POSTER: HythTM: Extending the Applicability of Intel TSX Hardware Transactional Support  17
POSTER: HythTM: Extending the Applicability of Intel TSX Har...
收藏 引用
Proceedings of the 22nd ACM SIGPLAN Symposium on Principles and Practice of parallel programming
作者: Arnamoy Bhattacharyya Mike Dai Wang Mihai Burcea Yi Ding Allen Deng Sai Varikooty Shafaaf Hossain Cristiana Amza University of Toronto Toronto ON Canada
In this work, we introduce and experimentally evaluate a new hybrid software-hardware Transactional memory prototype based on Intel's Haswell TSX architecture. Our prototype extends the applicability of the existi... 详细信息
来源: 评论