2 resultados para rising paradigm
Resumo:
There is a public perception that politicians in the United Kingdom are increasingly detached from the electorate due to the apparent increase in the number of ‘career politicians’ with a professional background in politics. This article examines the occupational backgrounds of successful candidates to the House of Commons of the United Kingdom between the 1997 and 2010 general elections, comparing the parliamentary compositions of the three main political parties (Conservatives, Labour and Liberal Democrats) during this period, and the Cabinet and Shadow Cabinet as of 2014. By evaluating original and secondary quantitative data, it is argued that professionalised politicians have increased in the House of Commons relative to other occupational backgrounds, and are even further disproportionately represented in the senior teams of each major party.
Resumo:
In this paper we advocate the Loop-of-stencil-reduce pattern as a way to simplify the parallel programming of heterogeneous platforms (multicore+GPUs). Loop-of-Stencil-reduce is general enough to subsume map, reduce, map-reduce, stencil, stencil-reduce, and, crucially, their usage in a loop. It transparently targets (by using OpenCL) combinations of CPU cores and GPUs, and it makes it possible to simplify the deployment of a single stencil computation kernel on different GPUs. The paper discusses the implementation of Loop-of-stencil-reduce within the FastFlow parallel framework, considering a simple iterative data-parallel application as running example (Game of Life) and a highly effective parallel filter for visual data restoration to assess performance. Thanks to the high-level design of the Loop-of-stencil-reduce, it was possible to run the filter seamlessly on a multicore machine, on multi-GPUs, and on both.