{"id":13252,"date":"2018-04-25T13:45:40","date_gmt":"2018-04-25T11:45:40","guid":{"rendered":"https:\/\/news.embl.de\/?p=13252"},"modified":"2025-11-11T14:09:47","modified_gmt":"2025-11-11T13:09:47","slug":"the-rise-gpu-computing-science","status":"publish","type":"post","link":"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/","title":{"rendered":"The rise of GPU computing in science"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">By Berta Carre\u00f1o and Laura Howes<\/h3>\n\n\n\n<p>A couple of years ago, researchers at EMBL Barcelona did something quite radical. They threw away their carefully crafted software and started again from scratch. The reason, indirectly, was computer gaming.<\/p>\n\n\n\n<p>\u201cI had discussed it with my team on and off over the past five years,\u201d says <a href=\"https:\/\/news.embl.de\/science\/welcome-james-sharpe\/\">James Sharpe<\/a>, head of EMBL Barcelona. \u201cBut there is a lot of effort involved in rewriting or writing a new simulation from scratch.\u201d<\/p>\n\n\n\n<div class=\"wp-block-image wp-image-13278 size-full\"><figure class=\"vf-figure  | vf-figure--align vf-figure--align-inline-start  \"><img loading=\"lazy\" decoding=\"async\" width=\"310\" height=\"261\" class=\"vf-figure__image\" src=\"https:\/\/news.embl.de\/wp-content\/uploads\/2018\/04\/branching-gif-purple.gif\" alt=\"The Sharpe group at EMBL Barcelona is using GPUs to build agent-based models for morphogenesis, like this branching sequence. Miquel Marin-Riera, Antoni Matyjaszkiewicz, Philipp Germann and James Sharpe\/CRG &amp; EMBL Barcelona\" class=\"wp-image-13278\"\/><figcaption class=\"vf-figure__caption\">The Sharpe group at EMBL Barcelona is using GPUs to build agent-based models for morphogenesis, like this branching sequence. Miquel Marin-Riera, Antoni Matyjaszkiewicz, Philipp Germann and James Sharpe\/CRG &amp; EMBL Barcelona<\/figcaption><\/figure><\/div>\n\n\n\n<p>It took the right person to come along before the Sharpe group could take the plunge. When Philipp Germann joined the group as a postdoc, he played with the existing software for a couple of months before deciding to completely rewrite a multicellular dynamics simulation, this time designed to run on graphics processing units (GPUs). The resulting new software can run simulations with hundreds of thousands of cells in a matter of seconds on a single graphics card. The previous software would take minutes, hours or even days to run. In the words of Sharpe, \u201cIt ended up fantastically well.\u201d<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Graphical computation<\/h3>\n\n\n\n<p>Open up any personal computer and you will find it packed with chips and components. They include the central processing unit (CPU), which does a lot of the heavy lifting and complicated processing, and the GPU which quickly creates the images you see on your screen \u2013 such as this article you are reading, the ad in your Facebook feed or the computer game you play at the end of the day to relax. GPUs contain hundreds or thousands of very specialised processors called cores. These cores are small and simple, and although they\u2019re not as flexible as CPU cores, they can do one particular thing very, very fast: work out what your screen should display.<\/p>\n\n\n\n<p>In computer games, every little region of the screen is the result of an independent mathematical calculation that works out what that little bit of the screen should look like. You can do those calculations one by one, or you can divide the screen into lots of little bits, and do all the calculations in parallel. That\u2019s exactly what the GPU is good at: doing lots and lots of identical calculations simultaneously, with each one independent of the others. As computer game graphics became more complex \u2013 from <em>Spacewar<\/em> to <em>Call of Duty<\/em> \u2013 so did GPUs. The problem of how to render the image from a computer game is split into hundreds of thousands of little parallel calculations all done in a fraction of a second.<\/p>\n\n\n\n<div class=\"vf-box vf-box--normal vf-box-theme--primary\">\n\n\n\n<h3 class=\"wp-block-heading\">What is GPU computing?<\/h3>\n\n\n\n<p class=\"vf-box__text\">The central processing unit (CPU) is the \u2018brain\u2019 of a computer. Its function is to carry out calculations that enable the computer to run software. The CPU is split into processing units, called cores, that receive instructions, perform calculations, and take actions on these instructions. The key power of the CPU is its flexibility to multitask with many different types of jobs. It can perform tasks quickly but, like our conscious brain, can focus on only a few \u2018threads\u2019 at a time.<\/p>\n\n\n\n<p class=\"vf-box__text\">The graphics processing unit (GPU) is a specialised component that was designed to handle graphics. Whereas CPUs have from four to eight cores, GPUs consist of thousands of small cores that can handle many threads simultaneously.<\/p>\n\n\n\n<p class=\"vf-box__text\">GPU computing is the application of GPUs to accelerate the CPU\u2019s computing by transferring compute-intensive portions of the code to the GPU, where many threads can be handled in parallel. For suitable tasks, this makes calculations much faster to perform and offers cost and power efficiencies.<\/p>\n\n\n\n<p class=\"vf-box__text\">GPU computing was initially developed for graphics-intensive computational problems such as 3D rendering and gaming, but is now being applied to a variety of domains including complex modelling, simulation and cutting-edge research \u2013 such as the Sharpe group\u2019s computer simulations of mammalian limb development.<\/p>\n\n\n\n<p class=\"vf-box__text\"><\/p><\/div>\n\n\n\n<p>\u201cFor us,\u201d explains Sharpe, \u201cit turns out that the kind of calculation required for computer games is similar to the kind of calculation we want to do. We try to simulate tissues and organs, how they grow, how their development works. And similarly, if we have a tissue with a hundred thousand cells, we can divide that cell population into little groups of cells, and each GPU can do the calculation for that little group.\u201d Just as the image on a screen can be divided up, so too can the model tissue. \u201cEvery cell has the same genome and every cell has to make the same calculations, that\u2019s why it fits so well into GPUs.\u201d<\/p>\n\n\n\n<p>GPU software requires programming languages with extra features that deal with the parallelisation of the problem, such as CUDA, but \u201cprogramming and writing simulation software is similarly complicated whether you are running it on CPUs or GPUs,\u201d adds Sharpe. It can be challenging to find a programmer who can understand the biological questions and then write the code, he notes. Sharpe says that there\u2019s one major benefit to this shift to GPU computing, though: cost. A full-size CPU cluster costs a lot of money and resources to run, he explains. \u201cWe have switched over to being able to run everything in our own lab on our own computers\u2019 graphics cards. We will probably start using GPU clusters [racks of dedicated GPUs] in the future. But, still, it\u2019s saving a huge amount of time and money in this work.\u201d<\/p>\n\n\n\n<div class=\"wp-block-image size-full wp-image-13256\"><figure class=\"vf-figure  | vf-figure--align vf-figure--align-centered  size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"620\" height=\"425\" class=\"vf-figure__image\" src=\"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/Server_room_620x425.jpg\" alt=\"EMBL Heidelberg server room. PHOTO: EMBL Photolab\" class=\"wp-image-13256\" srcset=\"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/Server_room_620x425.jpg 620w, https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/Server_room_620x425-300x206.jpg 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><figcaption class=\"vf-figure__caption\">EMBL Heidelberg server room. PHOTO: EMBL Photolab<\/figcaption><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Clusters of computation<\/h3>\n\n\n\n<p>In EMBL Heidelberg, the server room hums and flashes with computing power. Inside, the <a href=\"https:\/\/www.embl.de\/services\/itservices\/it-infrastructure\/index.html\">High Performance Computing (HPC) cluster<\/a> serves scientists across EMBL\u2019s sites and packages up their different problems to be solved by a mix of CPUs and GPUs.<\/p>\n\n\n\n<p>\u201cWhen I came here, there were no GPUs installed,\u201d explains Jurij Pe\u010dar, the engineer who looks after the HPC cluster. \u201cSo I went around interviewing scientists to learn what they\u2019d need. One of the main requests was that they had software coming up able to use GPUs, so we invested in our first machine. As people started using GPUs, they realised how it speeds up their work and then, of course, we had to buy more.\u201d<\/p>\n\n\n\n<p>That is hardly a surprise when you realise that the microscopy image analysis that used to take about 30 days to run on 250 CPUs now takes just 30 hours on a single GPU. And some of the largest users of the GPUs at EMBL Heidelberg are the microscopy facilities. \u201cOnly six years ago, we were still shooting film and we had to develop the film in the darkroom manually,\u201d remembers Wim Hagen of the Electron Microscopy facility. \u201cDevelop, fix, wash, dry, then scan the negatives and hope you didn\u2019t make a mistake. Good people could do three boxes a day. Nowadays, it\u2019s fully automated. We get 2000 to 3000 images a day and that pushes things.\u201d<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Balancing the users<\/h3>\n\n\n\n<p>Just as microscopy technology has improved, so everything has scaled, requiring more and more computing power. But while it might seem intuitive that processing microscopy images, or modelling cells as if they were areas on a screen, could be suited to GPU computing, other teams have other uses for the HPC cluster \u2013 for example, using deep learning to process huge sets of data from cancer patients.<\/p>\n\n\n\n<p>\u201cDeep learning is a big buzzword and I&#8217;m also into it,\u201d explains Esa Pitk\u00e4nen, a postdoctoral fellow in the Korbel group at EMBL Heidelberg. \u201cGraphic processing runs on linear algebra and while linear algebra is very straightforward mathematics, you need to do a lot of it. GPUs parallelise this computation on a massive scale, and that happens to be exactly the same mathematics that you use to train deep neural networks. It\u2019s very simple: it\u2019s a perfect fit.\u201d<\/p>\n\n\n<div\n  class=\"vf-embed vf-embed--custom-ratio\"\n\n  style=\"--vf-embed-max-width: 100%;\n    --vf-embed-custom-ratio-x: 640;\n    --vf-embed-custom-ratio-y: 360;\"><iframe loading=\"lazy\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/ovskYyZwktc\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/div>\n\n\n\n<p class=\"vf-u-margin__bottom--m\"><\/p>\n\n\n\n<p class=\"vf-figure__caption\">Animation shows how a deep-learning model learns to recognise sequence patterns that underlie cancer mutations. EMBL\/Esa Pitk\u00e4nen<\/p>\n\n\n\n<p>Pitk\u00e4nen\u2019s data is based on several thousand tumour samples, and the data he has is multi-layered. \u201cWe have sequencing data, methylation data, transcriptomics data, and then auxiliary and clinical data to top it off.\u201d Pitk\u00e4nen is trying to get his program to recognise patterns by letting the software learn how to recreate the data. In a sense, being able to recreate the data from a simple code indicates that the code \u2013 a few numbers, for example \u2013 captures the essential patterns in the data. It could be considered a more refined version of the suggested purchases we all get when we go internet shopping: people who have this mutation here, and this attribute here, also share similar tumour characteristics. To do that on CPUs, says Pitk\u00e4nen, would take tens to hundreds of times as long. Instead, he trained his model in two days. \u201cThe whole process of training the deep neural networks is inherently massively parallel. And the way GPUs work is really well suited to train those models,\u201d Pitk\u00e4nen explains.<\/p>\n\n\n\n<p>Back at the HPC cluster, Pe\u010dar\u2019s main challenge, he says, is working with the users so that the big jobs from the microscopes can run at the same time as other programmes like Pitk\u00e4nen\u2019s. According to Pe\u010dar, GPU users need to work out how to move data from the main memory to the GPU memory efficiently. This means that developing the algorithms for the GPU is getting more technical, which in turn is now driving innovation. \u201cI think programming for games is more exciting in the short term,\u201d he admits. \u201cBut I\u2019d rather work on something that has at least the hope of making the world a better place some time in the future.\u201d<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Growing graphically<\/h3>\n\n\n\n<p>Although computer games first drove the development of GPUs, chip manufacturers are now optimising their GPUs for other applications, like Sharpe\u2019s modelling or Pitk\u00e4nen\u2019s deep-learning applications. It seems GPU-based computing is growing in the life sciences, and in the EMBL IT department.<\/p>\n\n\n\n<p>\u201cThere are parts of biology that are not so suited to GPU computing, like some tasks in sequence-based informatics where you\u2019re first uploading a huge dataset, and then slowly chugging your way through it,\u201d concludes Sharpe. \u201cBut I believe in a certain version of systems biology \u2013 the approach in which you build computer simulations of a biological process as a way of understanding the dynamical mechanisms of the system. Using computers in this way \u2013 simulating dynamics [rather than analysing data] \u2013 is still quite rare, but I expect and hope it will grow and become a part of all biological projects.\u201d<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Discover how EMBL scientists are using GPU computing to push biology forward<\/p>\n","protected":false},"author":16,"featured_media":13261,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2,17591],"tags":[497,623,43,578],"embl_taxonomy":[9762,5160,19377],"class_list":["post-13252","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-science","category-science-technology","tag-barcelona","tag-computing","tag-heidelberg","tag-it-services","embl_taxonomy-embl-barcelona","embl_taxonomy-it-services","embl_taxonomy-sharpe-group"],"acf":{"article_intro":"<p>Discover how EMBL scientists are using GPU computing to push biology forward<\/p>\n","related_links":[{"link_description":"","link_url":""},{"link_description":"","link_url":""},{"link_description":"","link_url":""}],"article_sources":false,"vf_locked":false,"featured":false,"color":"#007B53","link_color":"#fff","show_featured_image":false,"in_this_article":false,"youtube_url":"","mp4_url":"","video_caption":"","press_contact":"None","translations":false,"vfwp-news_embl_taxonomy":[9762,19377,5160],"field_target_display":"embl","field_article_language":{"value":"english","label":"English"},"source_article":false,"article_translations":false,"languages":""},"embl_taxonomy_terms":[{"uuid":"a:3:{i:0;s:36:\"b14d3f13-5670-44fb-8970-e54dfd9c921a\";i:1;s:36:\"89e00fee-87f4-482e-a801-4c3548bb6a58\";i:2;s:36:\"762176bb-d12e-4c94-8964-6dbb76e15c42\";}","parents":[],"name":["EMBL Barcelona"],"slug":"embl-barcelona","description":"Where &gt; All EMBL sites &gt; EMBL Barcelona"},{"uuid":"a:3:{i:0;s:36:\"302cfdf7-365b-462a-be65-82c7b783ebf7\";i:1;s:36:\"ef0437fc-a5b7-4c73-bcfd-63bff16cb35e\";i:2;s:36:\"7a9314bd-8ccd-4f37-afed-984b1fafcc5b\";}","parents":[],"name":["IT Services"],"slug":"it-services","description":"What &gt; Services and facilities &gt; IT Services"},{"uuid":"a:3:{i:0;s:36:\"302cfdf7-365b-462a-be65-82c7b783ebf7\";i:1;s:36:\"18a7a17b-e276-4afd-b0ca-8ddac1883d45\";i:2;s:36:\"6c31c788-04a1-48b8-a532-fdc251506b57\";}","parents":[],"name":["Sharpe Group"],"slug":"sharpe-group","description":"What &gt; Tissue biology and disease modelling &gt; Sharpe Group"}],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The rise of GPU computing in science | EMBL<\/title>\n<meta name=\"description\" content=\"The use of GPUs is leading a revolution. Discover how EMBL scientists are using GPU computing to push biology forward.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The rise of GPU computing in science | EMBL\" \/>\n<meta property=\"og:description\" content=\"The use of GPUs is leading a revolution. Discover how EMBL scientists are using GPU computing to push biology forward.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/\" \/>\n<meta property=\"og:site_name\" content=\"EMBL\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/embl.org\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-04-25T11:45:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-11T13:09:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/branching2_feature620x425.png\" \/>\n\t<meta property=\"og:image:width\" content=\"620\" \/>\n\t<meta property=\"og:image:height\" content=\"425\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Guest author(s)\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@embl\" \/>\n<meta name=\"twitter:site\" content=\"@embl\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Guest author(s)\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/\"},\"author\":{\"name\":\"Guest author(s)\",\"@id\":\"https:\/\/www.embl.org\/news\/#\/schema\/person\/b4d9366b2ebe691c4015c64c3619205b\"},\"headline\":\"The rise of GPU computing in science\",\"datePublished\":\"2018-04-25T11:45:40+00:00\",\"dateModified\":\"2025-11-11T13:09:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/\"},\"wordCount\":1787,\"publisher\":{\"@id\":\"https:\/\/www.embl.org\/news\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/branching2_feature620x425.png\",\"keywords\":[\"barcelona\",\"computing\",\"heidelberg\",\"it services\"],\"articleSection\":[\"Science\",\"Science &amp; Technology\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/\",\"url\":\"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/\",\"name\":\"The rise of GPU computing in science | EMBL\",\"isPartOf\":{\"@id\":\"https:\/\/www.embl.org\/news\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/branching2_feature620x425.png\",\"datePublished\":\"2018-04-25T11:45:40+00:00\",\"dateModified\":\"2025-11-11T13:09:47+00:00\",\"description\":\"The use of GPUs is leading a revolution. Discover how EMBL scientists are using GPU computing to push biology forward.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/#primaryimage\",\"url\":\"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/branching2_feature620x425.png\",\"contentUrl\":\"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/branching2_feature620x425.png\",\"width\":620,\"height\":425,\"caption\":\"The Sharpe group at EMBL Barcelona is using GPUs to build agent-based models for morphogenesis, like this branching sequence. IMAGE: Miquel Marin-Riera, Antoni Matyjaszkiewicz, Philipp Germann and James Sharpe\/CRG & EMBL Barcelona\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.embl.org\/news\/#website\",\"url\":\"https:\/\/www.embl.org\/news\/\",\"name\":\"European Molecular Biology Laboratory News\",\"description\":\"News from the European Molecular Biology Laboratory\",\"publisher\":{\"@id\":\"https:\/\/www.embl.org\/news\/#organization\"},\"alternateName\":\"EMBL News\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.embl.org\/news\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.embl.org\/news\/#organization\",\"name\":\"European Molecular Biology Laboratory\",\"alternateName\":\"EMBL\",\"url\":\"https:\/\/www.embl.org\/news\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.embl.org\/news\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2025\/09\/EMBL_logo_colour-1-300x144-1.png\",\"contentUrl\":\"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2025\/09\/EMBL_logo_colour-1-300x144-1.png\",\"width\":300,\"height\":144,\"caption\":\"European Molecular Biology Laboratory\"},\"image\":{\"@id\":\"https:\/\/www.embl.org\/news\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/embl.org\/\",\"https:\/\/x.com\/embl\",\"https:\/\/www.instagram.com\/embl_org\/\",\"https:\/\/www.linkedin.com\/company\/15813\/\",\"https:\/\/www.youtube.com\/user\/emblmedia\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.embl.org\/news\/#\/schema\/person\/b4d9366b2ebe691c4015c64c3619205b\",\"name\":\"Guest author(s)\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.embl.org\/news\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/300b9a1d66050ae03eaeb99869c6ebb30f5184b9468e92a2b3e7d28bc9cf742d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/300b9a1d66050ae03eaeb99869c6ebb30f5184b9468e92a2b3e7d28bc9cf742d?s=96&d=mm&r=g\",\"caption\":\"Guest author(s)\"},\"description\":\"Guest author(s)\",\"url\":\"https:\/\/www.embl.org\/news\/author\/guest-author\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The rise of GPU computing in science | EMBL","description":"The use of GPUs is leading a revolution. Discover how EMBL scientists are using GPU computing to push biology forward.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/","og_locale":"en_US","og_type":"article","og_title":"The rise of GPU computing in science | EMBL","og_description":"The use of GPUs is leading a revolution. Discover how EMBL scientists are using GPU computing to push biology forward.","og_url":"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/","og_site_name":"EMBL","article_publisher":"https:\/\/www.facebook.com\/embl.org\/","article_published_time":"2018-04-25T11:45:40+00:00","article_modified_time":"2025-11-11T13:09:47+00:00","og_image":[{"width":620,"height":425,"url":"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/branching2_feature620x425.png","type":"image\/png"}],"author":"Guest author(s)","twitter_card":"summary_large_image","twitter_creator":"@embl","twitter_site":"@embl","twitter_misc":{"Written by":"Guest author(s)","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/#article","isPartOf":{"@id":"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/"},"author":{"name":"Guest author(s)","@id":"https:\/\/www.embl.org\/news\/#\/schema\/person\/b4d9366b2ebe691c4015c64c3619205b"},"headline":"The rise of GPU computing in science","datePublished":"2018-04-25T11:45:40+00:00","dateModified":"2025-11-11T13:09:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/"},"wordCount":1787,"publisher":{"@id":"https:\/\/www.embl.org\/news\/#organization"},"image":{"@id":"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/#primaryimage"},"thumbnailUrl":"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/branching2_feature620x425.png","keywords":["barcelona","computing","heidelberg","it services"],"articleSection":["Science","Science &amp; Technology"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/","url":"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/","name":"The rise of GPU computing in science | EMBL","isPartOf":{"@id":"https:\/\/www.embl.org\/news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/#primaryimage"},"image":{"@id":"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/#primaryimage"},"thumbnailUrl":"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/branching2_feature620x425.png","datePublished":"2018-04-25T11:45:40+00:00","dateModified":"2025-11-11T13:09:47+00:00","description":"The use of GPUs is leading a revolution. Discover how EMBL scientists are using GPU computing to push biology forward.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.embl.org\/news\/science\/the-rise-gpu-computing-science\/#primaryimage","url":"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/branching2_feature620x425.png","contentUrl":"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/branching2_feature620x425.png","width":620,"height":425,"caption":"The Sharpe group at EMBL Barcelona is using GPUs to build agent-based models for morphogenesis, like this branching sequence. IMAGE: Miquel Marin-Riera, Antoni Matyjaszkiewicz, Philipp Germann and James Sharpe\/CRG & EMBL Barcelona"},{"@type":"WebSite","@id":"https:\/\/www.embl.org\/news\/#website","url":"https:\/\/www.embl.org\/news\/","name":"European Molecular Biology Laboratory News","description":"News from the European Molecular Biology Laboratory","publisher":{"@id":"https:\/\/www.embl.org\/news\/#organization"},"alternateName":"EMBL News","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.embl.org\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.embl.org\/news\/#organization","name":"European Molecular Biology Laboratory","alternateName":"EMBL","url":"https:\/\/www.embl.org\/news\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.embl.org\/news\/#\/schema\/logo\/image\/","url":"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2025\/09\/EMBL_logo_colour-1-300x144-1.png","contentUrl":"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2025\/09\/EMBL_logo_colour-1-300x144-1.png","width":300,"height":144,"caption":"European Molecular Biology Laboratory"},"image":{"@id":"https:\/\/www.embl.org\/news\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/embl.org\/","https:\/\/x.com\/embl","https:\/\/www.instagram.com\/embl_org\/","https:\/\/www.linkedin.com\/company\/15813\/","https:\/\/www.youtube.com\/user\/emblmedia\/"]},{"@type":"Person","@id":"https:\/\/www.embl.org\/news\/#\/schema\/person\/b4d9366b2ebe691c4015c64c3619205b","name":"Guest author(s)","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.embl.org\/news\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/300b9a1d66050ae03eaeb99869c6ebb30f5184b9468e92a2b3e7d28bc9cf742d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/300b9a1d66050ae03eaeb99869c6ebb30f5184b9468e92a2b3e7d28bc9cf742d?s=96&d=mm&r=g","caption":"Guest author(s)"},"description":"Guest author(s)","url":"https:\/\/www.embl.org\/news\/author\/guest-author\/"}]}},"field_target_display":"embl","field_article_language":{"value":"english","label":"English"},"fimg_url":"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/branching2_feature620x425.png","featured_image_src":"https:\/\/www.embl.org\/news\/wp-content\/uploads\/2018\/04\/branching2_feature620x425.png","_links":{"self":[{"href":"https:\/\/www.embl.org\/news\/wp-json\/wp\/v2\/posts\/13252","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.embl.org\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.embl.org\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.embl.org\/news\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.embl.org\/news\/wp-json\/wp\/v2\/comments?post=13252"}],"version-history":[{"count":23,"href":"https:\/\/www.embl.org\/news\/wp-json\/wp\/v2\/posts\/13252\/revisions"}],"predecessor-version":[{"id":77167,"href":"https:\/\/www.embl.org\/news\/wp-json\/wp\/v2\/posts\/13252\/revisions\/77167"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.embl.org\/news\/wp-json\/wp\/v2\/media\/13261"}],"wp:attachment":[{"href":"https:\/\/www.embl.org\/news\/wp-json\/wp\/v2\/media?parent=13252"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.embl.org\/news\/wp-json\/wp\/v2\/categories?post=13252"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.embl.org\/news\/wp-json\/wp\/v2\/tags?post=13252"},{"taxonomy":"embl_taxonomy","embeddable":true,"href":"https:\/\/www.embl.org\/news\/wp-json\/wp\/v2\/embl_taxonomy?post=13252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}