Nigel Toon
   HOME

TheInfoList



OR:

Graphcore Limited is a British
semiconductor A semiconductor is a material with electrical conductivity between that of a conductor and an insulator. Its conductivity can be modified by adding impurities (" doping") to its crystal structure. When two regions with different doping level ...
company that develops accelerators for AI and
machine learning Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of Computational statistics, statistical algorithms that can learn from data and generalise to unseen data, and thus perform Task ( ...
. It has introduced a massively parallel ''Intelligence Processing Unit'' (IPU) that holds the complete machine learning model inside the processor.


History

Graphcore was founded in 2016 by Simon Knowles and Nigel Toon. In the autumn of 2016, Graphcore secured a first funding round led by
Robert Bosch Robert Bosch (23 September 1861 – 12 March 1942) was a German business magnate, engineer and inventor, founder of Bosch (company), Bosch. Biography Bosch was born in Langenau, Albeck, in the Swabia, Swabian Highlands near Ulm. He was one of t ...
Venture Capital. Other backers included
Samsung Samsung Group (; stylised as SΛMSUNG) is a South Korean Multinational corporation, multinational manufacturing Conglomerate (company), conglomerate headquartered in the Samsung Town office complex in Seoul. The group consists of numerous a ...
,
Amadeus Capital Partners Dame Anne Margaret Glover (born 6 February 1954) is CEO and co-founder of Amadeus Capital Partners, a venture capital firm that invests in European high-technology companies. Career Prior to founding Amadeus in 1997, she was with Apax Partn ...
, C4 Ventures,
Draper Esprit Molten Ventures, formerly Draper Esprit, is a British venture capital firm, investing in high growth technology companies with global ambitions. The firm has offices in London, Cambridge and Dublin. It is listed on the London Stock Exchange and ...
,
Foundation Capital Foundation Capital is a venture capital firm located in Silicon Valley. The firm was founded in 1995, and in 2012 managed more than $2.4 billion in investment capital. As of 2023, the firm has over $6 billion in assets under management. Histor ...
, and
Pitango Pitango VC, established in 1993, is Israel's largest venture capital fund with over $2.8 billion under management. Pitango VC invests through three dedicated funds, Pitango First (early-stage investments), Pitango HealthTech (HealthTech investme ...
. In July 2017, Graphcore secured a round B funding led by
Atomico Atomico is a European Venture Capital firm headquartered in London, with offices in Paris, Berlin and Stockholm. Its founder and CEO is Niklas Zennström, a serial entrepreneur who co-founded Skype and Kazaa. History and investments It has ...
, which was followed a few months later by $50 million in funding from
Sequoia Capital Sequoia Capital Operations, LLC is an American venture capital firm headquartered in Menlo Park, California, specializing in seed stage, early stage, and growth stage investments in private companies across technology sectors. the firm had appro ...
. In December 2018, Graphcore closed its series D with $200 million raised at a $1.7 billion valuation, making the company a
unicorn The unicorn is a legendary creature that has been described since Classical antiquity, antiquity as a beast with a single large, pointed, spiraling horn (anatomy), horn projecting from its forehead. In European literature and art, the unico ...
. Investors included Microsoft, Samsung and Dell Technologies. On 13 November 2019, Graphcore announced that their Graphcore C2 IPUs were available for preview on
Microsoft Azure Microsoft Azure, or just Azure ( /ˈæʒər, ˈeɪʒər/ ''AZH-ər, AY-zhər'', UK also /ˈæzjʊər, ˈeɪzjʊər/ ''AZ-ure, AY-zure''), is the cloud computing platform developed by Microsoft. It has management, access and development of ...
.
Meta Platforms Meta Platforms, Inc. is an American multinational technology company headquartered in Menlo Park, California. Meta owns and operates several prominent social media platforms and communication services, including Facebook, Instagram, Threads ...
acquired the AI networking technology team from Graphcore in early 2023. In July 2024,
Softbank Group is a Japanese multinational investment holding company headquartered in Minato, Tokyo, that focuses on investment management. The group primarily invests in companies operating in technology that offer goods and services to customers in a m ...
agreed to acquire Graphcore for around $500 million. The deal is under review by the UK's Business Department's investment security unit.


Products

In 2016, Graphcore announced the world's first graph tool chain designed for machine intelligence called Poplar Software Stack. In July 2017, Graphcore announced its first chip, called the Colossus GC2, a "16 nm massively parallel, mixed-precision floating point processor", that became available in 2018. Packaged with two chips on a single PCI Express card, called the Graphcore C2 IPU (an Intelligence Processing Unit), it is stated to perform the same role as a GPU in conjunction with standard machine learning frameworks such as
TensorFlow TensorFlow is a Library (computing), software library for machine learning and artificial intelligence. It can be used across a range of tasks, but is used mainly for Types of artificial neural networks#Training, training and Statistical infer ...
. The device relies on
scratchpad memory Scratchpad memory (SPM), also known as scratchpad, scratchpad RAM or local store in computer terminology, is an internal memory, usually high-speed, used for temporary storage of calculations, data, and other work in progress. In reference to a m ...
for its performance rather than traditional cache hierarchies. In July 2020, Graphcore presented its second generation processor called GC200, built with
TSMC Taiwan Semiconductor Manufacturing Company Limited (TSMC or Taiwan Semiconductor) is a Taiwanese multinational semiconductor contract manufacturing and design company. It is one of the world's most valuable semiconductor companies, the world' ...
's 7nm FinFET manufacturing process. GC200 is a 59 billion transistor, 823 square-millimeter integrated circuit with 1,472 computational cores and 900 Mbyte of local memory. In 2022, Graphcore and TSMC presented the ''Bow IPU'', a 3D package of a GC200 die bonded face to face to a power-delivery die that allows for higher clock rate at lower core voltage.Timothy Prickett Morgan
''GraphCore Goes Full 3D With AI Chips.''
The Next Platform, March 3, 2022.
Graphcore aims at a ''Good machine'', named after I.J. Good, enabling AI models with more parameters than the human brain has synapses. Both the older and newer chips can use 6 threads per tile (for a total of 7,296 and 8,832 threads, respectively) "
MIMD In computing, multiple instruction, multiple data (MIMD) is a technique employed to achieve parallelism. Machines using MIMD have a number of processor cores that function asynchronously and independently. At any time, different processors may b ...
(Multiple Instruction, Multiple Data) parallelism and has distributed, local memory as its only form of memory on the device" (except for registers). The older GC2 chip has 256 KiB per tile while the newer GC200 chip has about 630 KiB per tile that are arranged into ''islands'' (4 tiles per island), that are arranged into columns, and latency is best within tile. The IPU uses IEEE
FP16 In computing, half precision (sometimes called FP16 or float16) is a binary floating-point computer number format that occupies 16 bits (two bytes in modern computers) in computer memory. It is intended for storage of floating-point values in a ...
, with stochastic rounding, and also single-precision FP32, at lower performance. Code and data executed locally must fit in a tile, but with message-passing, all on-chip or off-chip memory can be used, and software for AI makes it transparently possible, e.g. has
PyTorch PyTorch is a machine learning library based on the Torch library, used for applications such as computer vision and natural language processing, originally developed by Meta AI and now part of the Linux Foundation umbrella. It is one of the mo ...
support.


See also

*
AI accelerator A neural processing unit (NPU), also known as AI accelerator or deep learning processor, is a class of specialized hardware accelerator or computer system designed to accelerate artificial intelligence (AI) and machine learning applications, inc ...
*
Massively parallel processor array A massively parallel processor array, also known as a multi purpose processor array (MPPA) is a type of integrated circuit which has a massively parallel array of hundreds or thousands of CPUs and RAM memories. These processors pass work to one an ...


References


External links


Graphcore
{{coord, 51, 27, 19.0, N, 2, 35, 33.3, W, type:landmark, display=title 64-bit computers British brands Semiconductor companies of the United Kingdom British companies established in 2016 Companies based in Bristol Fabless semiconductor companies 2024 mergers and acquisitions