咨询与建议

限定检索结果

文献类型

  • 9 篇 会议
  • 5 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 14 篇 工学
    • 14 篇 计算机科学与技术...
    • 4 篇 电气工程
    • 1 篇 信息与通信工程
    • 1 篇 软件工程

主题

  • 14 篇 multi-core algor...
  • 8 篇 shared memory
  • 6 篇 mutual exclusion
  • 6 篇 non-volatile mai...
  • 6 篇 fault tolerance
  • 5 篇 concurrency
  • 4 篇 synchronization
  • 3 篇 concurrent algor...
  • 3 篇 recovery
  • 3 篇 recoverable algo...
  • 2 篇 nonblocking
  • 2 篇 program synthesi...
  • 2 篇 persistent data ...
  • 2 篇 nonmasking fault...
  • 2 篇 distributed prog...
  • 2 篇 stabilization
  • 2 篇 lock-freedom
  • 2 篇 wait-freedom
  • 1 篇 complex networks
  • 1 篇 central processi...

机构

  • 4 篇 ben gurion univ ...
  • 3 篇 univ waterloo de...
  • 3 篇 dartmouth coll h...
  • 2 篇 michigan state u...
  • 2 篇 technion dept co...
  • 2 篇 yale univ dept e...
  • 1 篇 mit brain & cogn...
  • 1 篇 princeton univ p...
  • 1 篇 univ connecticut...
  • 1 篇 school of electr...
  • 1 篇 univ nantes ls2n...
  • 1 篇 beihang univ sta...
  • 1 篇 mit cambridge ma...
  • 1 篇 vmware inc 3401 ...
  • 1 篇 department of co...
  • 1 篇 univ florida dep...
  • 1 篇 princeton univ c...
  • 1 篇 mit elect engn &...
  • 1 篇 univ nacl autono...

作者

  • 4 篇 hendler danny
  • 3 篇 golab wojciech
  • 3 篇 jayanti prasad
  • 3 篇 joshi anup
  • 2 篇 kulkarni s. s.
  • 2 篇 abujarad f.
  • 2 篇 attiya hagit
  • 1 篇 ramaraju aditya
  • 1 篇 lee kisuk
  • 1 篇 wang yuda
  • 1 篇 zlateski aleksan...
  • 1 篇 rajasekaran sang...
  • 1 篇 ben-baruch ohad
  • 1 篇 sahni sartaj
  • 1 篇 bandyopadhyay sh...
  • 1 篇 athanasios k. gr...
  • 1 篇 wo tianyu
  • 1 篇 terrence mak
  • 1 篇 seung h. sebasti...
  • 1 篇 jonny wray

语言

  • 14 篇 英文
检索条件"主题词=multi-core algorithms"
14 条 记 录,以下是1-10 订阅
Novel multi-Layer Network Decomposition Boosting Acceleration of multi-core algorithms
Novel Multi-Layer Network Decomposition Boosting Acceleratio...
收藏 引用
IEEE International Conference on Application-specific Systems, Architectures and Processors
作者: Athanasios K. Grivas Terrence Mak Alex Yakovlev Jonny Wray School of Electrical and Electronic Engineering Newcastle University UK Department of Computer Science and Engineering The Chinese University of Hong Kong China
Complex networks are a technique for the modeling and analysis of large data sets in many scientific and engineering disciplines. Due to their excessive size conventional algorithms and single core processors struggle... 详细信息
来源: 评论
Scalable training of 3D convolutional networks on multi- and many-cores
收藏 引用
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING 2017年 106卷 195-204页
作者: Zlateski, Aleksandar Lee, Kisuk Seung, H. Sebastian MIT Elect Engn & Comp Sci Dept Cambridge MA 02139 USA MIT Brain & Cognit Sci Dept Cambridge MA 02139 USA Princeton Univ Princeton Neurosci Inst Princeton NJ 08540 USA Princeton Univ Comp Sci Dept Princeton NJ 08540 USA
Convolutional networks (ConvNets) have become a popular approach to computer vision. Here we consider the parallelization of ConvNet training, which is computationally costly. Our novel parallel algorithm is based on ... 详细信息
来源: 评论
Recoverable mutual exclusion with abortability
收藏 引用
COMPUTING 2022年 第10期104卷 2225-2252页
作者: Jayanti, Prasad Joshi, Anup Dartmouth Coll Hanover NH 03755 USA
Recent advances in non-volatile main memory (NVM) technology have spurred research on algorithms that are resilient to intermittent failures that cause processes to crash and subsequently restart. In this paper we pre... 详细信息
来源: 评论
Recoverable mutual exclusion
收藏 引用
DISTRIBUTED COMPUTING 2019年 第6期32卷 535-564页
作者: Golab, Wojciech Ramaraju, Aditya Univ Waterloo Dept Elect & Comp Engn Waterloo ON Canada
Mutex locks have traditionally been the most common mechanism for protecting shared data structures in concurrent programs. However, the robustness of such locks against process failures has not been studied thoroughl... 详细信息
来源: 评论
PMS6MC: A multicore Algorithm for Motif Discovery
收藏 引用
algorithms 2013年 第4期6卷 805-823页
作者: Bandyopadhyay, Shibdas Sahni, Sartaj Rajasekaran, Sanguthevar VMware Inc 3401 Hillview Ave Palo Alto CA 94304 USA Univ Florida Dept CISE Gainesville FL 32611 USA Univ Connecticut Dept CSE Storrs CT 06269 USA
We develop an efficient multicore algorithm, PMS6MC, for the (l;d) -motif discovery problem in which we are to find all strings of length l that appear in every string of a given set of strings with at most d mismatch... 详细信息
来源: 评论
Automated constraint-based addition of nonmasking and stabilizing fault-tolerance
收藏 引用
THEORETICAL COMPUTER SCIENCE 2011年 第33期412卷 4228-4246页
作者: Abujarad, F. Kulkarni, S. S. Yale Univ Dept Emergency Med New Haven CT 06519 USA Michigan State Univ Dept Comp Sci & Engn E Lansing MI 48824 USA
We focus on the constraint-based automated addition of nonmasking and stabilizing fault-tolerance to hierarchical programs. We specify legitimate states of the program in terms of constraints that should be satisfied ... 详细信息
来源: 评论
A Recoverable Mutex Algorithm with Sub-logarithmic RMR on Both CC and DSM  19
A Recoverable Mutex Algorithm with Sub-logarithmic RMR on Bo...
收藏 引用
38th ACM Symposium on Principles of Distributed Computing (PODC)
作者: Jayanti, Prasad Jayanti, Siddhartha Joshi, Anup Dartmouth Coll Hanover NH 03755 USA MIT Cambridge MA 02139 USA
In light of recent advances in non-volatilemain memory technology, Golab and Ramaraju reformulated the traditional mutex problem into the novel Recoverable Mutual Exclusion (RME) problem. In the best known solution fo... 详细信息
来源: 评论
Recoverable Mutual Exclusion Under System-Wide Failures  18
Recoverable Mutual Exclusion Under System-Wide Failures
收藏 引用
37th ACM SIGACT-SIGOPS Symposium on Principles of Distributed Computing (PODC)
作者: Golab, Wojciech Hendler, Danny Univ Waterloo Dept Elect & Comp Engn Waterloo ON Canada Ben Gurion Univ Negev Dept Comp Sci Beer Sheva Israel
Recoverable mutual exclusion (RME) is a variation on the classic mutual exclusion (ME) problem that allows processes to crash and recover. The time complexity of RME algorithms is quantified in the same way as for ME,... 详细信息
来源: 评论
A Flexible and Scalable Affinity Lock for the Kernel  16
A Flexible and Scalable Affinity Lock for the Kernel
收藏 引用
16th IEEE International Conference on High Performance Computing and Communications HPCC 2014\11th IEEE International Conference on Embedded Software and Systems ICESS 2014\6th International Symposium on Cyberspace Safety and Security CSS 2014
作者: Zhang, Benlong Kang, Junbin Wo, Tianyu Wang, Yuda Yang, Renyu Beihang Univ State Key Lab Software Dev Environm Beijing Peoples R China
A number of NUMA-aware synchronization algorithms have been proposed lately to stress the scalability inefficiencies of existing locks. However their presupposed local lock granularity, a physical processor, is often ... 详细信息
来源: 评论
Separating Lock-Freedom from Wait-Freedom  18
Separating Lock-Freedom from Wait-Freedom
收藏 引用
37th ACM SIGACT-SIGOPS Symposium on Principles of Distributed Computing (PODC)
作者: Attiya, Hagit Castaneda, Armando Hendler, Danny Perrin, Matthieu Technion Dept Comp Sci Haifa Israel Univ Nacl Autonoma Mexico Inst Matemat Mexico City DF Mexico Ben Gurion Univ Negev Dept Comp Sci Beer Sheva Israel Univ Nantes LS2N Nantes France
A long-standing open question has been whether lock-freedom and wait-freedom are fundamentally different progress conditions, namely, can the former be provided in situations where the latter cannot? This paper answer... 详细信息
来源: 评论