咨询与建议

限定检索结果

文献类型

  • 11 篇 会议
  • 3 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 13 篇 工学
    • 12 篇 计算机科学与技术...
    • 4 篇 电气工程
    • 1 篇 电子科学与技术(可...
    • 1 篇 信息与通信工程
    • 1 篇 软件工程
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...

主题

  • 14 篇 lock-free algori...
  • 3 篇 fifo queue
  • 2 篇 concurrent data ...
  • 2 篇 gpgpu
  • 2 篇 weak memory mode...
  • 2 篇 cuda
  • 2 篇 work-stealing
  • 2 篇 kahn process net...
  • 2 篇 tree-based reduc...
  • 2 篇 large scale unsu...
  • 2 篇 k-means
  • 2 篇 binary search tr...
  • 1 篇 wait-free algori...
  • 1 篇 performance
  • 1 篇 shared memory mu...
  • 1 篇 concurrent fifo ...
  • 1 篇 dynamic frontier...
  • 1 篇 access control
  • 1 篇 dynamic load bal...
  • 1 篇 languages

机构

  • 2 篇 inria
  • 2 篇 univ texas dalla...
  • 1 篇 national institu...
  • 1 篇 south china univ...
  • 1 篇 inria le chesnay
  • 1 篇 upmc univ paris ...
  • 1 篇 zhaoqing univ sc...
  • 1 篇 victoria univ we...
  • 1 篇 univ manchester ...
  • 1 篇 ecole normale su...
  • 1 篇 univ twente dept...
  • 1 篇 ens
  • 1 篇 int inst informa...
  • 1 篇 natl inst inform...
  • 1 篇 tech univ dresde...
  • 1 篇 univ neuchatel n...
  • 1 篇 univ rochester d...
  • 1 篇 ecole normale su...
  • 1 篇 ens paris
  • 1 篇 indian inst tech...

作者

  • 3 篇 pop antoniu
  • 3 篇 cohen albert
  • 2 篇 ramachandran aru...
  • 2 篇 nhat minh le
  • 2 篇 mittal neeraj
  • 1 篇 tsigas p
  • 1 篇 drach nathalie
  • 1 篇 guatto adrien
  • 1 篇 drebes andi
  • 1 篇 nardelli frances...
  • 1 篇 hu xuexuan
  • 1 篇 trach bohdan
  • 1 篇 bai weihua
  • 1 篇 natarajan aravin...
  • 1 篇 cai wentao
  • 1 篇 felber pascal
  • 1 篇 wen haosen
  • 1 篇 van dijk tom
  • 1 篇 beadle h. alan
  • 1 篇 ruo ando

语言

  • 13 篇 英文
  • 1 篇 其他
检索条件"主题词=Lock-Free Algorithm"
14 条 记 录,以下是1-10 订阅
排序:
A lock-free algorithm of Tree-Based Reduction for Large Scale Clustering on GPGPU  19
A Lock-Free Algorithm of Tree-Based Reduction for Large Scal...
收藏 引用
2nd International Conference on Artificial Intelligence and Pattern Recognition (AIPR)
作者: Ando, Ruo Natl Inst Informat Chiyoda Ku Tokyo 1018430 Japan
Recently, the art of concurrency and parallelism has been advanced rapidly. However, conventional techniques still suffer of the drawback of lock contention. To name a few, atomic instruction has relatively low scalab... 详细信息
来源: 评论
A lock-free algorithm of Tree-Based Reduction for Large Scale Clustering on GPGPU
A Lock-Free Algorithm of Tree-Based Reduction for Large Scal...
收藏 引用
作者: Ruo Ando National Institute of Informatics
Recently,the art of concurrency and parallelism has been advanced ***,conventional techniques still suffer of the drawback of lock *** name a few,atomic instruction has relatively low scalability as the number of iter... 详细信息
来源: 评论
lock-free Computation of PageRank in Dynamic Graphs
Lock-free Computation of PageRank in Dynamic Graphs
收藏 引用
1st International Conference on Smart Energy Systems and Artificial Intelligence (SESAI)
作者: Sahu, Subhajit Kothapalli, Kishore Eedi, Hemalatha Peri, Sathya Int Inst Informat Technol Hyderabad Hyderabad India JNTUH Coll Engn Hyderabad Hyderabad India Indian Inst Technol Hyderabad Hyderabad India
PageRank is a metric that assigns importance to the vertices of a graph based on its neighbors and their scores. Recently, there has been increasing interest in computing PageRank on dynamic graphs, where the graph st... 详细信息
来源: 评论
FEAST: A Lightweight lock-free Concurrent Binary Search Tree
收藏 引用
ACM TRANSACTIONS ON PARALLEL COMPUTING 2020年 第2期7卷 1–64页
作者: Natarajan, Aravind Ramachandran, Arunmoezhi Mittal, Neeraj Qualcomm Res Santa Clara CA 95051 USA Univ Texas Dallas Dept Comp Sci Richardson TX 75080 USA
We present a lock-free algorithm for concurrent manipulation of a binary search tree (BST) in an asynchronous shared memory system that supports search, insert, and delete operations. In addition to read and write ins... 详细信息
来源: 评论
Nonblocking Persistent Software Transactional Memory  27
Nonblocking Persistent Software Transactional Memory
收藏 引用
27th IEEE International Conference on High Performance Computing, Data, and Analytics (HiPC)
作者: Beadle, H. Alan Cai, Wentao Wen, Haosen Scott, Michael L. Univ Rochester Dept Comp Sci Rochester NY 14627 USA
Newly emerging nonvolatile alternatives to DRAM raise the possibility that applications might compute directly on long-lived data, rather than serializing them to and from a file system or database. To ensure crash co... 详细信息
来源: 评论
FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue  31
FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIF...
收藏 引用
31st IEEE International Parallel and Distributed Processing Symposium (IPDPS)
作者: Arnautov, Sergei Fetzer, Christof Trach, Bohdan Felber, Pascal Tech Univ Dresden Dresden Germany Univ Neuchatel Neuchatel Switzerland
With the spreading of multi-core architectures, operating systems and applications are becoming increasingly more concurrent and their scalability is often limited by the primitives used to synchronize the different h... 详细信息
来源: 评论
Parallel Optimization of a Type of Dynamic Hashing  3
Parallel Optimization of a Type of Dynamic Hashing
收藏 引用
3rd IEEE International Conference on Computer and Communications (ICCC)
作者: Hu Xuexuan Xi Jianqing Lin Miao Bai Weihua South China Univ Technol Sch Comp Sci & Engn Guangzhou Guangdong Peoples R China South China Univ Technol Sch Software Engn Guangzhou Guangdong Peoples R China Zhaoqing Univ Sch Comp Sci & Engn Zhaoqing Guangdong Peoples R China
Extensible hashing is a type of dynamic hashing for fast data retrieval. To improve the access efficiency for large amounts of dynamic data, it is very important to quickly retrieve, insert, delete and modify records ... 详细信息
来源: 评论
A Fast lock-free Internal Binary Search Tree  15
A Fast Lock-Free Internal Binary Search Tree
收藏 引用
16th International Conference on Distributed Computing and Networking
作者: Ramachandran, Arunmoezhi Mittal, Neeraj Univ Texas Dallas Dept Comp Sci Richardson TX 75080 USA
We present a new lock-free algorithm for concurrent manipulation of a binary search tree in an asynchronous shared memory system that supports search, insert and delete operations. It combines ideas from two recently ... 详细信息
来源: 评论
Topology-Aware and Dependence-Aware Scheduling and Memory Allocation for Task-Parallel Languages
收藏 引用
ACM TRANSACTIONS ON ARCHITECTURE AND CODE OPTIMIZATION 2014年 第3期11卷 181-205页
作者: Drebes, Andi Pop, Antoniu Heydemann, Karine Cohen, Albert Drach, Nathalie Univ Manchester Sch Comp Sci Manchester M13 9PL Lancs England Ecole Normale Super Dept Informat F-75005 Paris France UPMC Univ Paris 06 Sorbonne Univ CNRS UMR 7606LIP6 Paris France Ecole Normale Super F-75005 Paris France INRIA Le Chesnay France
We present a joint scheduling and memory allocation algorithm for efficient execution of task-parallel programs on non-uniform memory architecture (NUMA) systems. Task and data placement decisions are based on a stati... 详细信息
来源: 评论
Lace: Non-blocking Split Deque for Work-Stealing
Lace: Non-blocking Split Deque for Work-Stealing
收藏 引用
20th Euro-Par International Workshops
作者: van Dijk, Tom van de Pol, Jaco C. Univ Twente Dept EEMCS Formal Methods & Tools NL-7500 AE Enschede Netherlands
Work-stealing is an efficient method to implement load balancing in fine-grained task parallelism. Typically, concurrent deques are used for this purpose. A disadvantage of many concurrent deques is that they require ... 详细信息
来源: 评论