20 resultados para Print on demand


Relevância:

80.00% 80.00%

Publicador:

Resumo:

The 5G network infrastructure is driven by the evolution of today's most demanding applications. Already, multimedia applications such as on-demand HD video and IPTV require gigabit- per-second throughput and low delay, while future technologies include ultra HDTV and machine-to-machine communication. Mm-Wave technologies such as IEEE 802.15.3c and IEEE 802.11ad are ideal candidates to deliver high throughput to multiple users demanding differentiated QoS. Optimization is often used as a methodology to meet throughput and delay constraints. However, traditional optimization techniques are not suited to a mixed set of multimedia applications. Particle swarm optimization (PSO) is shown as a promising technique in this context. Channel-time allocation PSO (CTA-PSO) is successfully shown here to allocate resource even in scenarios where blockage of the 60 GHz signal poses significant challenges.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Introduction: Vocational training (VT) is a mandatory requirement for all UK dental graduates prior to entering NHS practice. The VT period provides structured, supervised experience supported by study days and interaction with peers. It is not compulsory for Irish dental graduates working in either Ireland or the UK to undertake VT but yet a proportion voluntarily do so each year.

Objectives: This study was designed to explore the choices made by Irish dental graduates. It aimed to record any benefits of VT and its impact upon future career choices.

Method: A self-completion questionnaire was developed and piloted before being circulated electronically to recent dental graduates from University College Cork. After collecting demographic information respondents were asked to indicate if they pursued vocational training on graduation, give their perception of their post-graduation experience, describe their current work profile and detail any formal postgraduate studies.

Results: 35% of respondents opted to undertake VT and 79% did so in the UK. Those who completed VT regarded it as a very positive experience with benefits including: working in a positive learning environment, help on demand and interaction with peers. Of those who chose VT, 49% have pursued some form of further formal postgraduate study as compared to 40% of those who did not. All of the respondents who completed VT indicated they would recommend it to current Irish graduates. The majority of those who took up an associate position immediately after graduation reported that this was beneficial but up to three quarters would recommend current graduates undertake VT and 45% would now chose to do so themselves.

Conclusions: Increasing numbers of Irish graduates are moving to the UK to undertake VT and they find it a beneficial experience. In addition, those who undertook VT were more likely to undertake formal postgraduate study.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

How can GPU acceleration be obtained as a service in a cluster? This question has become increasingly significant due to the inefficiency of installing GPUs on all nodes of a cluster. The research reported in this paper is motivated to address the above question by employing rCUDA (remote CUDA), a framework that facilitates Acceleration-as-a-Service (AaaS), such that the nodes of a cluster can request the acceleration of a set of remote GPUs on demand. The rCUDA framework exploits virtualisation and ensures that multiple nodes can share the same GPU. In this paper we test the feasibility of the rCUDA framework on a real-world application employed in the financial risk industry that can benefit from AaaS in the production setting. The results confirm the feasibility of rCUDA and highlight that rCUDA achieves similar performance compared to CUDA, provides consistent results, and more importantly, allows for a single application to benefit from all the GPUs available in the cluster without loosing efficiency.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

In-Memory Databases (IMDBs), such as SAP HANA, enable new levels of database performance by removing the disk bottleneck and by compressing data in memory. The consequence of this improved performance means that reports and analytic queries can now be processed on demand. Therefore, the goal is now to provide near real-time responses to compute and data intensive analytic queries. To facilitate this, much work has investigated the use of acceleration technologies within the database context. While current research into the application of these technologies has yielded positive results, they have tended to focus on single database tasks or on isolated single user requests. This paper uses SHEPARD, a framework for managing accelerated tasks across shared heterogeneous resources, to introduce acceleration into an IMDB. Results show how, using SHEPARD, multiple simultaneous user queries all receive speed-up by using a shared pool of accelerators. Results also show that offloading analytic tasks onto accelerators can have indirect benefits for other database workloads by reducing contention for CPU resources.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Graphics Processing Units (GPUs) are becoming popular accelerators in modern High-Performance Computing (HPC) clusters. Installing GPUs on each node of the cluster is not efficient resulting in high costs and power consumption as well as underutilisation of the accelerator. The research reported in this paper is motivated towards the use of few physical GPUs by providing cluster nodes access to remote GPUs on-demand for a financial risk application. We hypothesise that sharing GPUs between several nodes, referred to as multi-tenancy, reduces the execution time and energy consumed by an application. Two data transfer modes between the CPU and the GPUs, namely concurrent and sequential, are explored. The key result from the experiments is that multi-tenancy with few physical GPUs using sequential data transfers lowers the execution time and the energy consumed, thereby improving the overall performance of the application.