Sciweavers

7452 search results - page 234 / 1491
» A Semantics for Multiprocessor Systems
Sort
View
ACL
2011
14 years 8 months ago
A Speech-based Just-in-Time Retrieval System using Semantic Search
Andrei Popescu-Belis, Majid Yazdani, Alexandre Nan...
ASPDAC
2005
ACM
91views Hardware» more  ASPDAC 2005»
15 years 10 months ago
Efficiently generating test vectors with state pruning
- This paper extends the depth first search (DFS) used in the previously proposed witness string method for generating efficient test vectors. A state pruning method is added that ...
Ying Chen, Dennis Abts, David J. Lilja
129
Voted
CLUSTER
2002
IEEE
15 years 9 months ago
Protocol-Dependent Message-Passing Performance on Linux Clusters
In a Linux cluster, as in any multi-processor system, the inter-processor communication rate is the major limiting factor to its general usefulness. This research is geared toward...
Dave Turner, Xuehua Chen
ICPADS
1998
IEEE
15 years 8 months ago
Fast Mutual Exclusion Algorithms Using Read-Modify-Write and Atomic Read/Write Registers
: Three fast mutual exclusion algorithms using read-modify-write and atomic read/write registers are presented in a sequence, with an improvement from one to the next. The last alg...
Ting-Lu Huang
FLOPS
2006
Springer
15 years 8 months ago
Lock Free Data Structures Using STM in Haskell
Abstract. This paper explores the feasibility of re-expressing concurrent algorithms with explicit locks in terms of lock free code written using Haskell's implementation of s...
Anthony Discolo, Tim Harris, Simon Marlow, Simon L...