Sciweavers

689 search results - page 23 / 138
» The multithreaded version of FORM
Sort
View
JMLR
2010
100views more  JMLR 2010»
14 years 6 months ago
Parametric Herding
A parametric version of herding is formulated. The nonlinear mapping between consecutive time slices is learned by a form of self-supervised training. The resulting dynamical syst...
Yutian Chen, Max Welling
PEPM
2000
ACM
15 years 3 months ago
From Recursion to Iteration: What are the Optimizations?
Transforming recursion into iteration eliminates the use of stack frames during program execution. It has been studied extensively. This paper describes a powerful and systematic ...
Yanhong A. Liu, Scott D. Stoller
LREC
2008
91views Education» more  LREC 2008»
15 years 1 months ago
The BNC Parsed with RASP4UIMA
We have integrated the RASP system with the UIMA framework (RASP4UIMA) and used this to parse the XML-encoded version of the British National Corpus (BNC). All original annotation...
Øistein E. Andersen, Julien Nioche, Ted Bri...
ISCA
2009
IEEE
137views Hardware» more  ISCA 2009»
15 years 6 months ago
A case for an interleaving constrained shared-memory multi-processor
Shared-memory multi-threaded programming is inherently more difficult than single-threaded programming. The main source of complexity is that, the threads of an application can in...
Jie Yu, Satish Narayanasamy
TOCS
2008
154views more  TOCS 2008»
14 years 11 months ago
Adaptive work-stealing with parallelism feedback
We present an adaptive work-stealing thread scheduler, ASTEAL, for fork-join multithreaded jobs, like those written using the Cilk multithreaded language or the Hood work-stealing...
Kunal Agrawal, Charles E. Leiserson, Yuxiong He, W...