Start-up Agnostiq Tackles HPC-Quantum Workflow Development

By John Russell

June 9, 2022

Imagine some years hence the HPC landscape, already confusing in its heterogeneity, also includes quantum computing resources. How does a user choose from among those resources the best workflow and computing engines for a project? Agnostiq, a Toronto-based start-up, is focused on solving that broad problem and its initial product, Covalent, is focused on the intersection of HPC and quantum resources.

Agnostiq presented at last week’s ISC conference, and this week Will Cunningham, Agnostiq head of software, briefed HPCwire on the company’s nascent but ambitious plans. Co-founded in 2018 by CEO Oktay Goktas (physicist trained at Max-Planck-Institute in Stuttgart) and COO Elliot MacGowan (MBA from university of Toronto), Agnostiq is one of a growing number of Canadian quantum computing startups.

Will Cunningham, Agnostiq

Cunningham told HPCwire, “Agnostic right now is a seed stage startup. We have about 25 fulltime employees across the globe – Canada, North America, and beyond – so we’re fully remote right now and intend to stay that way. We position ourselves at the intersection of quantum and high-performance computing, since we see these technologies growing and eventually merging together into a broader continuum of compute technology.”

This idea of quantum computing becoming part of the broader HPC landscape is starting to take hold with more companies like Agnostiq seeking to provide orchestrating software and services to knit the technologies together. Covalent, the company’s first product, is a workflow orchestration tool that hides much of the underlying quantum system complexity from users and allows fast prototyping among many resources to choose a preferred workflow (time-to-solution, cost, viability).

Noted Cunningham, “Right now we’re focused on Covalent and putting all of our effort into developing tools at the HPC-quantum intersection. We started as a pure quantum software company, trying to develop finance applications. What we found is that it’s a little bit too early to build out enterprise applications that are really ready to be consumed by large companies. Of course, the reason being that the hardware is getting there, but it’s not quite there yet.

“When it comes to classical HPC, one of the things that we’re interested in [and] that’s in our roadmap is understanding how people can better provision and manage and schedule tasks on compute in general. We view quantum as part of this broader landscape of compute, but one of the things that we’re interested in, both with Covalent and beyond, is understanding how to appropriately map software to hardware and that hardware can be high compute and supercomputers or it could be general compute or low compute,” said Cunningham.

Released last January, Covalent is open-sourced and freely available on github; it is a workflow orchestration tool designed for rapid iteration and pre-production R&D workflows. The idea is to be able to quickly build, test and compare workflows.

Complicated workflows using multiple compute resources is a growing part of HPC.

“For example, a user may perform some data pre-processing on a local laptop, then transfer it to a supercomputer where it is used as an input to a high compute simulation. Finally, results are collected, some post-processing may be performed to remove corrupt or missing entries, and the results are visualized in some plot. In more complex settings, users may be interacting with multiple supercomputing, clusters, cloud HPC resources, and now even quantum computers,” noted Cunningham during his ISC presentation.

“In the era of hybrid computing, there are more options than ever when it comes to how you interact with HPC devices. Experiments become heterogeneous in so many ways. They can be classical or quantum, use high compute or general compute resources, use cloud or on-prem compute clusters, involve serial or parallel algorithms, and even deterministic or probabilistic algorithms. We are transitioning to a world where all of these options can be considered together for a single application, it can become very difficult to make sense of so many options.”

Covalent is intended to prototype and test drive workflows using quantum resources. Agnostiq says that users can quickly prototype and experiment, try it out and iterate using different input parameters, software environments and hardware resources.

“At the top of the stack above Covalent, we find commercial workflow orchestration tools such as Prefect, Dagster, Airflow, and Luigi. These tools are used in large scale enterprise machine learning and data analytics applications where certain tasks must run on a time-based schedule. Covalent is a layer in between the distributed computation and workflow management layers, which is why we call it a distributed workflow tool. In Covalent, instances of the workflow rather than the workflow itself, are the primary objects. This core design principle enables the type of rapid iteration needed for pre-production R&D workflows while remaining compatible with tools at the other layers in the stack,” said Cunningham.

Users can start from a Jupyter notebook, which has become the platform of choice for prototyping in high performance settings, or use standard scripts. The first step is to functionalize their existing code. “While this is good practice anyways, in that it increases maintainability and code quality, it is required for Covalent as functions are what will be mapped to tasks in a workflow,” said Cunningham.

Users then add one-line decorators to each function. “Internally, this converts the functions to callable, class objects, which have the ability to save loads of metadata about the function and how it ran. However, these functions remain callable as standard Python functions in the way that you might expect. This differs from some workflow tools which require the use of Yaml rather than Python. Notice we use two different decorators – the electron decorator refers to a task while the lattice decorator refers to a workflow. Next, users can add execution information to the decorators and executors are used to tell Covalent where and how to run the tasks,” explained Cunningham.

Shown (slide) above are two examples. One uses the Slurm executor, which submits a high compute task to a Slurm partition in an HPC cluster managed by Slurm. The second uses the AWS Fargate executor, which submits low compute tasks to the AWS elastic container service, where it can run using AWS Fargate. With these two different executors, a workflow using these tasks can flexibly send tasks to both high compute and low compute resources.

Cunningham said Agnostiq understands that Python is not the first language of choice for many HPC users, “We don’t ask that you rewrite legacy code in a new language. Instead, we provide bindings between Covalent and other common HPC languages, so that Python is used for orchestration, while C or C++, Bash, Julia and Fortran are used for the actual compute task.”

Focusing for a moment on the quantum portion, Cunningham said, “In today’s NISQ (noisy intermediate scale quantum) era, quantum computers are in high demand, and it is commonplace to wait for hours in queues. Practically, this means both hardware providers and research groups need to be careful about how HPC and quantum reservations are utilized. Quantum computers are expensive, difficult to maintain, and have a relatively short lifetime compared to classical resources.”

Obviously, these are early days for Agnostiq. “We’re engaging with a variety of potential customers before we go for any enterprise or monetized version. We’re really trying to get good user feedback from a variety of use cases. So, this includes software startups in deep tech like machine learning, and pharmaceuticals. It includes national supercomputing centers. We’re sort of exploring how this performs, you know, in some of these larger systems in North America, and after ISC, hopefully in Europe, as well.”

Agnostiq agrees that broad quantum advantage – the time when many applications will perform significantly better on quantum computers than classical one – is some years away. Cunningham suggests the middle of the decade for select use cases and maybe another five years after that for wider spread adoption. Agnostiq hopes to produce tools that help hybrid HPC-Quantum users make better compute choices at the workflow prototype and R&D stage.

Recalling his early days at Agnostiq, Cunningham said, “My first task was to go onto AWS, and learn how to provision infrastructure, so that we could actually start doing some experiments and ultimately do them at scale. What we found is that very quickly, it became difficult to manage costs. As you know, we’re a small organization. We found it was kind of difficult to manage this interplay between classical and quantum, and all of today’s quantum algorithms are going to require some classical compute. We’ve seen various cloud providers like IBM and AWS starting to provide these sort of hybrid platforms through Qiskit runtime and AWS has Braket hybrid jobs.”

Now, Agnostiq is developing tools to help users with their hybrid HPC-quantum workflows.

“This problem of trying to understand where to invest money, not only on which applications are going to be good for long term, but also where to invest money in a particular technology, but without going all in. So today, you might have superconducting quantum computers that are the best for a particular application, and maybe you get some sort of incremental speed up from using these devices, or at least you can use them to train employees. In a couple of years from now, maybe you’re going to be looking at photonic quantum computers, or maybe you’re going to be looking at neutral atoms. Our take on this is that it’s very dynamic. Nobody really knows who’s going to be the winner.”

Stay tuned.

Subscribe to HPCwire's Weekly Update!

Be the most informed person in the room! Stay ahead of the tech trends with industry updates delivered to you every week!

Google Announces Sixth-generation AI Chip, a TPU Called Trillium

May 17, 2024

On Tuesday May 14th, Google announced its sixth-generation TPU (tensor processing unit) called Trillium.  The chip, essentially a TPU v6, is the company's latest weapon in the AI battle with GPU maker Nvidia and clou Read more…

ISC 2024 Student Cluster Competition

May 16, 2024

The 2024 ISC 2024 competition welcomed 19 virtual (remote) and eight in-person teams. The in-person teams participated in the conference venue and, while the virtual teams competed using the Bridges-2 supercomputers at t Read more…

Grace Hopper Gets Busy with Science 

May 16, 2024

Nvidia’s new Grace Hopper Superchip (GH200) processor has landed in nine new worldwide systems. The GH200 is a recently announced chip from Nvidia that eliminates the PCI bus from the CPU/GPU communications pathway.  Read more…

Europe’s Race towards Quantum-HPC Integration and Quantum Advantage

May 16, 2024

What an interesting panel, Quantum Advantage — Where are We and What is Needed? While the panelists looked slightly weary — their’s was, after all, one of the last panels at ISC 2024 — the discussion was fascinat Read more…

The Future of AI in Science

May 15, 2024

AI is one of the most transformative and valuable scientific tools ever developed. By harnessing vast amounts of data and computational power, AI systems can uncover patterns, generate insights, and make predictions that Read more…

Some Reasons Why Aurora Didn’t Take First Place in the Top500 List

May 15, 2024

The makers of the Aurora supercomputer, which is housed at the Argonne National Laboratory, gave some reasons why the system didn't make the top spot on the Top500 list of the fastest supercomputers in the world. At s Read more…

Google Announces Sixth-generation AI Chip, a TPU Called Trillium

May 17, 2024

On Tuesday May 14th, Google announced its sixth-generation TPU (tensor processing unit) called Trillium.  The chip, essentially a TPU v6, is the company's l Read more…

Europe’s Race towards Quantum-HPC Integration and Quantum Advantage

May 16, 2024

What an interesting panel, Quantum Advantage — Where are We and What is Needed? While the panelists looked slightly weary — their’s was, after all, one of Read more…

The Future of AI in Science

May 15, 2024

AI is one of the most transformative and valuable scientific tools ever developed. By harnessing vast amounts of data and computational power, AI systems can un Read more…

Some Reasons Why Aurora Didn’t Take First Place in the Top500 List

May 15, 2024

The makers of the Aurora supercomputer, which is housed at the Argonne National Laboratory, gave some reasons why the system didn't make the top spot on the Top Read more…

ISC 2024 Keynote: High-precision Computing Will Be a Foundation for AI Models

May 15, 2024

Some scientific computing applications cannot sacrifice accuracy and will always require high-precision computing. Therefore, conventional high-performance c Read more…

Shutterstock 493860193

Linux Foundation Announces the Launch of the High-Performance Software Foundation

May 14, 2024

The Linux Foundation, the nonprofit organization enabling mass innovation through open source, is excited to announce the launch of the High-Performance Softw Read more…

ISC 2024: Hyperion Research Predicts HPC Market Rebound after Flat 2023

May 13, 2024

First, the top line: the overall HPC market was flat in 2023 at roughly $37 billion, bogged down by supply chain issues and slowed acceptance of some larger sys Read more…

Top 500: Aurora Breaks into Exascale, but Can’t Get to the Frontier of HPC

May 13, 2024

The 63rd installment of the TOP500 list is available today in coordination with the kickoff of ISC 2024 in Hamburg, Germany. Once again, the Frontier system at Read more…

Synopsys Eats Ansys: Does HPC Get Indigestion?

February 8, 2024

Recently, it was announced that Synopsys is buying HPC tool developer Ansys. Started in Pittsburgh, Pa., in 1970 as Swanson Analysis Systems, Inc. (SASI) by John Swanson (and eventually renamed), Ansys serves the CAE (Computer Aided Engineering)/multiphysics engineering simulation market. Read more…

Nvidia H100: Are 550,000 GPUs Enough for This Year?

August 17, 2023

The GPU Squeeze continues to place a premium on Nvidia H100 GPUs. In a recent Financial Times article, Nvidia reports that it expects to ship 550,000 of its lat Read more…

Comparing NVIDIA A100 and NVIDIA L40S: Which GPU is Ideal for AI and Graphics-Intensive Workloads?

October 30, 2023

With long lead times for the NVIDIA H100 and A100 GPUs, many organizations are looking at the new NVIDIA L40S GPU, which it’s a new GPU optimized for AI and g Read more…

Choosing the Right GPU for LLM Inference and Training

December 11, 2023

Accelerating the training and inference processes of deep learning models is crucial for unleashing their true potential and NVIDIA GPUs have emerged as a game- Read more…

Shutterstock 1606064203

Meta’s Zuckerberg Puts Its AI Future in the Hands of 600,000 GPUs

January 25, 2024

In under two minutes, Meta's CEO, Mark Zuckerberg, laid out the company's AI plans, which included a plan to build an artificial intelligence system with the eq Read more…

AMD MI3000A

How AMD May Get Across the CUDA Moat

October 5, 2023

When discussing GenAI, the term "GPU" almost always enters the conversation and the topic often moves toward performance and access. Interestingly, the word "GPU" is assumed to mean "Nvidia" products. (As an aside, the popular Nvidia hardware used in GenAI are not technically... Read more…

Nvidia’s New Blackwell GPU Can Train AI Models with Trillions of Parameters

March 18, 2024

Nvidia's latest and fastest GPU, codenamed Blackwell, is here and will underpin the company's AI plans this year. The chip offers performance improvements from Read more…

Some Reasons Why Aurora Didn’t Take First Place in the Top500 List

May 15, 2024

The makers of the Aurora supercomputer, which is housed at the Argonne National Laboratory, gave some reasons why the system didn't make the top spot on the Top Read more…

Leading Solution Providers

Contributors

Shutterstock 1285747942

AMD’s Horsepower-packed MI300X GPU Beats Nvidia’s Upcoming H200

December 7, 2023

AMD and Nvidia are locked in an AI performance battle – much like the gaming GPU performance clash the companies have waged for decades. AMD has claimed it Read more…

Eyes on the Quantum Prize – D-Wave Says its Time is Now

January 30, 2024

Early quantum computing pioneer D-Wave again asserted – that at least for D-Wave – the commercial quantum era has begun. Speaking at its first in-person Ana Read more…

The GenAI Datacenter Squeeze Is Here

February 1, 2024

The immediate effect of the GenAI GPU Squeeze was to reduce availability, either direct purchase or cloud access, increase cost, and push demand through the roof. A secondary issue has been developing over the last several years. Even though your organization secured several racks... Read more…

Intel Plans Falcon Shores 2 GPU Supercomputing Chip for 2026  

August 8, 2023

Intel is planning to onboard a new version of the Falcon Shores chip in 2026, which is code-named Falcon Shores 2. The new product was announced by CEO Pat Gel Read more…

The NASA Black Hole Plunge

May 7, 2024

We have all thought about it. No one has done it, but now, thanks to HPC, we see what it looks like. Hold on to your feet because NASA has released videos of wh Read more…

GenAI Having Major Impact on Data Culture, Survey Says

February 21, 2024

While 2023 was the year of GenAI, the adoption rates for GenAI did not match expectations. Most organizations are continuing to invest in GenAI but are yet to Read more…

How the Chip Industry is Helping a Battery Company

May 8, 2024

Chip companies, once seen as engineering pure plays, are now at the center of geopolitical intrigue. Chip manufacturing firms, especially TSMC and Intel, have b Read more…

Q&A with Nvidia’s Chief of DGX Systems on the DGX-GB200 Rack-scale System

March 27, 2024

Pictures of Nvidia's new flagship mega-server, the DGX GB200, on the GTC show floor got favorable reactions on social media for the sheer amount of computing po Read more…

  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire