optimization Archives - High-Performance Computing News Analysis | insideHPC https://insidehpc.com/tag/optimization/ At the Convergence of HPC, AI and Quantum Thu, 06 Jun 2024 19:19:38 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.3 57143778 D-Wave Extends Agreement with Aramco Europe to Explore Quantum-Powered Optimization of Geophysical Problems https://insidehpc.com/2024/06/d-wave-extends-agreement-with-aramco-europe-to-explore-quantum-powered-optimization-of-geophysical-problems/ https://insidehpc.com/2024/06/d-wave-extends-agreement-with-aramco-europe-to-explore-quantum-powered-optimization-of-geophysical-problems/#respond Thu, 06 Jun 2024 15:18:55 +0000 https://insidehpc.com/?p=94195

PALO ALTO, Calif. – June 6, 2024 – D-Wave Quantum Inc. (NYSE: QBTS) announced today that it has extended its agreement with energy company Aramco to manage geophysical optimization problems through quantum technologies. Aramco Research Center in Delft, the Netherlands, is focused on developing advanced computing technologies to help address global energy challenges. For the […]

The post D-Wave Extends Agreement with Aramco Europe to Explore Quantum-Powered Optimization of Geophysical Problems appeared first on High-Performance Computing News Analysis | insideHPC.

]]>
https://insidehpc.com/2024/06/d-wave-extends-agreement-with-aramco-europe-to-explore-quantum-powered-optimization-of-geophysical-problems/feed/ 0 94195
PINQ² and Hydro Québec Form Partnership Utilizing IBM Quantum https://insidehpc.com/2024/03/pinq%c2%b2-and-hydro-quebec-form-partnership-utilizing-ibm-quantum/ Mon, 25 Mar 2024 17:01:40 +0000 https://insidehpc.com/?p=93712

Montreal, March 25 th, 2024 — Hydro Québec is now a partner of the Platform for Digital and Quantum Innovation of Quebec (PINQ²). As the administrator of Canada’s first IBM Quantum System One located at IBM ’s facility in Bromont, Quebec, PINQ² offers an innovative approach to computing for companies wishing to conduct research , […]

The post PINQ² and Hydro Québec Form Partnership Utilizing IBM Quantum appeared first on High-Performance Computing News Analysis | insideHPC.

]]>
93712
Bringing Personalized Medicine to Citizens https://insidehpc.com/white-paper/bringing-personalized-medicine-to-citizens/ https://insidehpc.com/white-paper/bringing-personalized-medicine-to-citizens/#respond Tue, 19 Sep 2023 20:23:11 +0000 https://insidehpc.com/?post_type=wpdmpro&p=92384

Novo Genomics   Healthcare start-up Novo Genomics is laying the foundation for personalized medicine in Saudi Arabia, with cutting-edge sequencing using the Lenovo Genomics Optimization And Scalability Tool (GOAST) architecture—based on Lenovo ThinkSystem SR630 V2 Servers powered by 3rd Gen Intel® Xeon® Scalable processors. The organization aims to harness genomics and multiomics to develop personalized […]

The post Bringing Personalized Medicine to Citizens appeared first on High-Performance Computing News Analysis | insideHPC.

]]>
0 92384
A New Way to Visualize Performance Optimization Tradeoffs https://insidehpc.com/2017/11/visualize-performance-optimization-tradeoffs/ Thu, 30 Nov 2017 14:58:18 +0000 https://insidehpc.com/?p=68103

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 High-Performance Computing News Analysis | insideHPC.

]]>
68103
Building Fast Data Compression Code with Intel Integrated Performance Primitives (Intel IPP) 2018 https://insidehpc.com/2017/11/ipp2018/ Thu, 09 Nov 2017 15:15:14 +0000 https://insidehpc.com/?p=67675

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 High-Performance Computing News Analysis | insideHPC.

]]>
67675
OpenMP at 20 Moving Forward to 5.0 https://insidehpc.com/2017/09/openmp-20-moving-forward-5-0/ Thu, 28 Sep 2017 14:07:57 +0000 https://insidehpc.com/?p=66874

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 High-Performance Computing News Analysis | insideHPC.

]]>
66874
Multicore Performance Challenges for Game Developers https://insidehpc.com/2017/06/game-developers/ Thu, 08 Jun 2017 13:00:12 +0000 https://insidehpc.com/?p=64859

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 High-Performance Computing News Analysis | insideHPC.

]]>
64859
The OpenMP API Celebrates 20 Years of Success https://insidehpc.com/2017/05/64573/ Thu, 25 May 2017 14:55:02 +0000 http://insidehpc.com/?p=64573

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 High-Performance Computing News Analysis | insideHPC.

]]>
64573
C++ Parallel STL Introduced in Intel Parallel Studio XE 2018 Beta https://insidehpc.com/2017/05/parallel-stl/ Thu, 11 May 2017 14:51:05 +0000 http://insidehpc.com/?p=64363

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 High-Performance Computing News Analysis | insideHPC.

]]>
64363
Intel Advisor Roofline Analysis Finds New Opportunities for Optimizing Application Performance https://insidehpc.com/2017/04/intel-advisor-roofline-analysis/ https://insidehpc.com/2017/04/intel-advisor-roofline-analysis/#comments Thu, 27 Apr 2017 14:00:47 +0000 http://insidehpc.com/?p=64131

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 High-Performance Computing News Analysis | insideHPC.

]]>
https://insidehpc.com/2017/04/intel-advisor-roofline-analysis/feed/ 2 64131