• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

相似文献

1
Large Scale Document Inversion using a Multi-threaded Computing System.使用多线程计算系统进行大规模文档反转
ACM SIGAPP Appl Comput Rev. 2017 Jun;17(2):27-35. doi: 10.1145/3131080.3131083. Epub 2017 Aug 3.
2
High performance computing for deformable image registration: towards a new paradigm in adaptive radiotherapy.用于可变形图像配准的高性能计算:迈向自适应放射治疗的新范式。
Med Phys. 2008 Aug;35(8):3546-53. doi: 10.1118/1.2948318.
3
ParaCells: A GPU Architecture for Cell-Centered Models in Computational Biology.ParaCells:一种用于计算生物学中以细胞为中心模型的GPU架构。
IEEE/ACM Trans Comput Biol Bioinform. 2019 May-Jun;16(3):994-1006. doi: 10.1109/TCBB.2018.2814570.
4
NMF-mGPU: non-negative matrix factorization on multi-GPU systems.NMF-mGPU:多GPU系统上的非负矩阵分解
BMC Bioinformatics. 2015 Feb 13;16:43. doi: 10.1186/s12859-015-0485-4.
5
Efficient methods for implementation of multi-level nonrigid mass-preserving image registration on GPUs and multi-threaded CPUs.在图形处理器(GPU)和多线程中央处理器(CPU)上实现多级非刚性质量守恒图像配准的高效方法。
Comput Methods Programs Biomed. 2016 Apr;127:290-300. doi: 10.1016/j.cmpb.2015.12.018. Epub 2016 Jan 6.
6
Fully 3D list-mode time-of-flight PET image reconstruction on GPUs using CUDA.基于 CUDA 的 GPU 上完全 3D 列表模式飞行时间 PET 图像重建。
Med Phys. 2011 Dec;38(12):6775-86. doi: 10.1118/1.3661998.
7
Parallelisation of equation-based simulation programs on heterogeneous computing systems.基于方程的模拟程序在异构计算系统上的并行化。
PeerJ Comput Sci. 2018 Aug 13;4:e160. doi: 10.7717/peerj-cs.160. eCollection 2018.
8
Real-Time Lung Tumor Tracking Using a CUDA Enabled Nonrigid Registration Algorithm for MRI.使用支持CUDA的MRI非刚性配准算法进行实时肺肿瘤跟踪
IEEE J Transl Eng Health Med. 2020 Apr 24;8:4300308. doi: 10.1109/JTEHM.2020.2989124. eCollection 2020.
9
Heterogeneous computing architecture for fast detection of SNP-SNP interactions.用于快速检测 SNP-SNP 相互作用的异构计算架构。
BMC Bioinformatics. 2014 Jun 25;15:216. doi: 10.1186/1471-2105-15-216.
10
MIMO Radar Parallel Simulation System Based on CPU/GPU Architecture.基于 CPU/GPU 架构的 MIMO 雷达并行仿真系统。
Sensors (Basel). 2022 Jan 5;22(1):396. doi: 10.3390/s22010396.

使用多线程计算系统进行大规模文档反转

Large Scale Document Inversion using a Multi-threaded Computing System.

作者信息

Jung Sungbo, Chang Dar-Jen, Park Juw Won

机构信息

University of Louisville, Computer Engineering and Computer Science, Louisville, KY 40292, 1-502-852-0467.

University of Louisville, Computer Engineering and Computer Science, Louisville, KY 40292, 1-502-852-0472.

出版信息

ACM SIGAPP Appl Comput Rev. 2017 Jun;17(2):27-35. doi: 10.1145/3131080.3131083. Epub 2017 Aug 3.

DOI:10.1145/3131080.3131083
PMID:29861701
原文链接:https://pmc.ncbi.nlm.nih.gov/articles/PMC5983369/
Abstract

UNLABELLED

Current microprocessor architecture is moving towards multi-core/multi-threaded systems. This trend has led to a surge of interest in using multi-threaded computing devices, such as the Graphics Processing Unit (GPU), for general purpose computing. We can utilize the GPU in computation as a massive parallel coprocessor because the GPU consists of multiple cores. The GPU is also an affordable, attractive, and user-programmable commodity. Nowadays a lot of information has been flooded into the digital domain around the world. Huge volume of data, such as digital libraries, social networking services, e-commerce product data, and reviews, etc., is produced or collected every moment with dramatic growth in size. Although the inverted index is a useful data structure that can be used for full text searches or document retrieval, a large number of documents will require a tremendous amount of time to create the index. The performance of document inversion can be improved by multi-thread or multi-core GPU. Our approach is to implement a linear-time, hash-based, single program multiple data (SPMD), document inversion algorithm on the NVIDIA GPU/CUDA programming platform utilizing the huge computational power of the GPU, to develop high performance solutions for document indexing. Our proposed parallel document inversion system shows 2-3 times faster performance than a sequential system on two different test datasets from PubMed abstract and e-commerce product reviews.

CCS CONCEPTS

•Information systems➝Information retrieval • Computing methodologies➝Massively parallel and high-performance simulations.

摘要

未标注

当前的微处理器架构正朝着多核/多线程系统发展。这一趋势引发了人们对使用多线程计算设备(如图形处理单元(GPU))进行通用计算的浓厚兴趣。由于GPU由多个核心组成,我们可以将其作为大规模并行协处理器用于计算。GPU也是一种价格实惠、颇具吸引力且用户可编程的商品。如今,世界各地的大量信息已涌入数字领域。每时每刻都在产生或收集海量数据,如数字图书馆、社交网络服务、电子商务产品数据及评论等,且数据量呈急剧增长态势。尽管倒排索引是一种可用于全文搜索或文档检索的有用数据结构,但大量文档创建索引将需要大量时间。多线程或多核GPU可提高文档倒排的性能。我们的方法是在NVIDIA GPU/CUDA编程平台上利用GPU的巨大计算能力实现一种线性时间、基于哈希的单程序多数据(SPMD)文档倒排算法,以开发用于文档索引的高性能解决方案。我们提出的并行文档倒排系统在来自PubMed摘要和电子商务产品评论的两个不同测试数据集上的性能比顺序系统快2至3倍。

CCS概念:•信息系统➝信息检索 •计算方法➝大规模并行和高性能模拟。