Quantcast
Channel: optimization – insideHPC
Viewing all 11 articles
Browse latest View live

Direct N-Body Simulation

$
0
0
galaxy_s

In some domains, an N-Body simulation is key to solving for the movement and forces of a dynamic system of particles. At each time step, the force that one body exacts on each other, and then the velocity can be computed. The simulation can continue up to a desired number of time steps.

The post Direct N-Body Simulation appeared first on insideHPC.


OpenMP and OpenCL on Intel Xeon Phi

$
0
0
openmp

"In a heterogeneous system that combines both the Intel Xeon CPU and the Intel Xeon Phi coprocessor, there are various options available to optimize applications. Whether one has an advantage over another is somewhat dependent on the application that is being run. Comparisons can be made comparing the two methods, as long as the algorithm lends itself to run and take advantage of either OpenMP or OpenCL."

The post OpenMP and OpenCL on Intel Xeon Phi appeared first on insideHPC.

Design Optimization for HPC Clusters

$
0
0
Design optimization

Advanced simulation software can dramatically shorten the design phase by allowing engineers to virtually optimize and validate new ideas earlier in the process, minimizing the expense of building physical prototypes and streamlining real-world testing.

The post Design Optimization for HPC Clusters appeared first on insideHPC.

Intel® VTune™ Amplifier Turns Raw Profiling Data Into Performance Insights

Intel Advisor Roofline Analysis Finds New Opportunities for Optimizing Application Performance

$
0
0

Intel Advisor, an integral part of Intel Parallel Studio XE 2017, can help identify portions of code that could be good candidates for parallelization (both vectorization and threading). It can also help determine when it might not be appropriate to parallelize a section of code, depending on the platform, processor, and configuration it’s running on. Intel Advisor Roofline Analysis reveals the gap between an application’s performance and its expected performance.

The post Intel Advisor Roofline Analysis Finds New Opportunities for Optimizing Application Performance appeared first on insideHPC.

C++ Parallel STL Introduced in Intel Parallel Studio XE 2018 Beta

$
0
0

Parallel STL now makes it possible to transform existing sequential C++ code to take advantage of the threading and vectorization capabilities of modern hardware architectures. It does this by extending the C++ Standard Template Library with an execution policy argument that specifies the degree of threading and vectorization for each algorithm used.

The post C++ Parallel STL Introduced in Intel Parallel Studio XE 2018 Beta appeared first on insideHPC.

The OpenMP API Celebrates 20 Years of Success

$
0
0

OpenMP is a good example of how hardware and software vendors, researchers, and academia, volunteering to work together, can successfully design a standard that benefits the entire developer community. Today, most software vendors track OpenMP advances closely and have implemented the latest API features in their compilers and tools. With OpenMP, application portability is assured across the latest multicore systems, including Intel Xeon Phi processors.

The post The OpenMP API Celebrates 20 Years of Success appeared first on insideHPC.

Multicore Performance Challenges for Game Developers

$
0
0

Game developers face a unique challenge – how to make their graphics-heavy applications perform well across a very wide spectrum of hardware devices, not just high-end systems. So while an early version of a game might have been developed on some high-end system with 10 teraflops of CPU potential in a discrete graphics card, how do you scale it down to smaller consumer devices where optimization options are more limited?

The post Multicore Performance Challenges for Game Developers appeared first on insideHPC.


OpenMP at 20 Moving Forward to 5.0

$
0
0

This year, OpenMP*, the widely used API for shared memory parallelism supported in many C/C++ and Fortran compilers, turns 20. OpenMP is a great example of how hardware and software vendors, researchers, and academia, volunteering to work together, can successfully design a specification that benefits the entire developer community.

The post OpenMP at 20 Moving Forward to 5.0 appeared first on insideHPC.

Building Fast Data Compression Code with Intel Integrated Performance Primitives (Intel IPP) 2018

$
0
0

Intel® Integrated Performance Primitives (Intel IPP) is a highly optimized, production-ready, library for lossless data compression/decompression targeting image, signal, and data processing, and cryptography applications. Intel IPP includes more than 2,500 image processing, 1,300 signal processing, 500 computer vision, and 300 cryptography optimized functions for creating digital media, enterprise data, embedded, communications, and scientific, technical, and security applications.

The post Building Fast Data Compression Code with Intel Integrated Performance Primitives (Intel IPP) 2018 appeared first on insideHPC.

A New Way to Visualize Performance Optimization Tradeoffs

$
0
0

A valuable feature of Intel Advisor is its Roofline Analysis Chart, which provides an intuitive and powerful visualization of actual performance measured against hardware-imposed performance ceilings. Intel Advisor's vector parallelism optimization analysis and memory-versus-compute roofline analysis, working together, offer a powerful tool for visualizing an application’s complete current and potential performance profile on a given platform.

The post A New Way to Visualize Performance Optimization Tradeoffs appeared first on insideHPC.

Viewing all 11 articles
Browse latest View live




Latest Images