{"id":173321,"date":"2021-06-01T16:06:38","date_gmt":"2021-06-01T14:06:38","guid":{"rendered":"https:\/\/www.danysoft.com\/?p=173321"},"modified":"2021-06-08T10:07:44","modified_gmt":"2021-06-08T08:07:44","slug":"data-parallel-c","status":"publish","type":"post","link":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/","title":{"rendered":"Livro Data Parallel C++"},"content":{"rendered":"\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-ki7ffba9-93ea7dbe8511378f3279d003f1d1374f\">\n.avia-section.av-ki7ffba9-93ea7dbe8511378f3279d003f1d1374f{\nbackground-color:#050505;\nbackground-image:url(https:\/\/www.danysoft.com\/wp-content\/uploads\/2021\/05\/banner-libro.png);\nbackground-repeat:no-repeat;\nbackground-position:100% 0%;\nbackground-attachment:scroll;\n}\n<\/style>\n<div id='av_section_1'  class='avia-section av-ki7ffba9-93ea7dbe8511378f3279d003f1d1374f main_color avia-section-default avia-no-border-styling  avia-builder-el-0  el_before_av_section  avia-builder-el-first  avia-bg-style-scroll av-minimum-height av-minimum-height-custom av-height-custom  container_wrap sidebar_right'  data-section-bg-repeat='no-repeat' data-av_minimum_height_px='430'><div class='container av-section-cont-open' style='height:430px'><main  role=\"main\" itemprop=\"mainContentOfPage\"  class='template-page content  av-content-small alpha units'><div class='post-entry post-entry-type-page post-entry-173321'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-6u97wvj-63bc424efeb0cc3eaff3c2fc0536f2b5\">\n.flex_column.av-6u97wvj-63bc424efeb0cc3eaff3c2fc0536f2b5{\nborder-radius:0px 0px 0px 0px;\npadding:20px 20px 20px 20px;\nbackground-color:rgba(84,84,84,0.45);\n}\n<\/style>\n<div  class='flex_column av-6u97wvj-63bc424efeb0cc3eaff3c2fc0536f2b5 av_two_third  avia-builder-el-1  avia-builder-el-no-sibling  first flex_column_div  '     ><style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-kih5bb0o-3a80a8600e4e8c7a54fb748465894fb1\">\n#top .av-special-heading.av-kih5bb0o-3a80a8600e4e8c7a54fb748465894fb1{\npadding-bottom:10px;\ncolor:#ffffff;\n}\nbody .av-special-heading.av-kih5bb0o-3a80a8600e4e8c7a54fb748465894fb1 .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n.av-special-heading.av-kih5bb0o-3a80a8600e4e8c7a54fb748465894fb1 .special-heading-inner-border{\nborder-color:#ffffff;\n}\n.av-special-heading.av-kih5bb0o-3a80a8600e4e8c7a54fb748465894fb1 .av-subheading{\nfont-size:15px;\n}\n<\/style>\n<div  id=\"custom-heading\"  class='av-special-heading av-kih5bb0o-3a80a8600e4e8c7a54fb748465894fb1 av-special-heading-h2 custom-color-heading blockquote modern-quote modern-centered  avia-builder-el-2  avia-builder-el-no-sibling  av-linked-heading'><h2 class='av-special-heading-tag '  itemprop=\"headline\"  >Livro oneAPI:<br \/>\nData Parallel C++ Mastering DPC++ for Programming of Heterogeneous Systems using C++ and SYCL<\/h2><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div><\/div>\n\n<\/div><\/div><\/main><!-- close content main element --><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-ki7fnyp2-d128249da709e3fe0c5e8c60fbc177f2\">\n.avia-section.av-ki7fnyp2-d128249da709e3fe0c5e8c60fbc177f2{\nbackground-color:#050505;\nbackground-image:unset;\n}\n.avia-section.av-ki7fnyp2-d128249da709e3fe0c5e8c60fbc177f2 .av-extra-border-element .av-extra-border-inner{\nbackground-color:#050505;\n}\n<\/style>\n<div id='av_section_2'  class='avia-section av-ki7fnyp2-d128249da709e3fe0c5e8c60fbc177f2 main_color avia-section-default avia-no-border-styling  avia-builder-el-3  el_after_av_section  el_before_av_section  avia-bg-style-scroll av-arrow-down-section container_wrap sidebar_right'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-small alpha units'><div class='post-entry post-entry-type-page post-entry-173321'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-ki7fmgi7-0f2f2a0c0795bdf537f2e762dc729063\">\n#top .av_textblock_section.av-ki7fmgi7-0f2f2a0c0795bdf537f2e762dc729063 .avia_textblock{\ncolor:#ffffff;\n}\n<\/style>\n<section  class='av_textblock_section av-ki7fmgi7-0f2f2a0c0795bdf537f2e762dc729063 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock av_inherit_color'  itemprop=\"text\" ><p>This book is about programming for data parallelism using C++. If you are new to parallel programming, that is okay. If you have never heard of SYCL or the DPC++ compiler, that is also okay.<\/p>\n<p>SYCL is an industry-driven Khronos standard adding data parallelism to C++ for heterogeneous systems. DPC++ is an open source compiler project that is based on SYCL, a few extensions, and broad heterogeneous support that includes GPU, CPU, and FPGA support. All examples in this book compile and work with DPC++ compilers.<\/p>\n<p>If you are a C programmer who is not well versed in C++, you are in good company. Several of the authors of this book happily admit that we picked up C++ by reading books that used C++ like this one. With a little patience, this book should be approachable by C programmers with a desire to write modern C++ programs.<\/p>\n<\/div><\/section>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-ki7fnqf3-c1cc2254bb0e39e8a4ededa8418259c4\">\n#top .av_textblock_section.av-ki7fnqf3-c1cc2254bb0e39e8a4ededa8418259c4 .avia_textblock{\ncolor:#ffffff;\n}\n<\/style>\n<section  class='av_textblock_section av-ki7fnqf3-c1cc2254bb0e39e8a4ededa8418259c4 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock av_inherit_color'  itemprop=\"text\" ><p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/danysoft.com\/wp-content\/uploads\/2021\/05\/Cover-Data-Parallel-C.jpg\" alt=\"\" width=\"246\" height=\"355\" \/><\/p>\n<\/div><\/section>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-ki7g0esi-2e7ea8bc642332eda856eccb136cdea0\">\n#top .hr.hr-invisible.av-ki7g0esi-2e7ea8bc642332eda856eccb136cdea0{\nheight:35px;\n}\n<\/style>\n<div  class='hr av-ki7g0esi-2e7ea8bc642332eda856eccb136cdea0 hr-invisible  avia-builder-el-6  el_after_av_textblock  avia-builder-el-last '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n\n<\/div><\/div><\/div><!-- close content main div --><\/div><div class='av-extra-border-element border-extra-arrow-down'><div class='av-extra-border-outer'><div class='av-extra-border-inner'><\/div><\/div><\/div><\/div>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-1uvbxc38-0b92633351cb53a8c5408ad77e44023c\">\n.avia-section.av-1uvbxc38-0b92633351cb53a8c5408ad77e44023c .av-parallax .av-parallax-inner{\nbackground-repeat:no-repeat;\nbackground-image:url(https:\/\/www.danysoft.com\/wp-content\/uploads\/2019\/04\/05.jpg);\nbackground-position:50% 0%;\nbackground-attachment:scroll;\n}\n.avia-section.av-1uvbxc38-0b92633351cb53a8c5408ad77e44023c .av-section-color-overlay{\nopacity:0.6;\nbackground-color:#000000;\n}\n<\/style>\n<div id='info'  class='avia-section av-1uvbxc38-0b92633351cb53a8c5408ad77e44023c main_color avia-section-default avia-no-shadow  avia-builder-el-7  el_after_av_section  el_before_av_button_big  avia-full-stretch av-parallax-section avia-bg-style-parallax av-section-color-overlay-active container_wrap sidebar_right'  data-section-bg-repeat='stretch'><div class='av-parallax' data-avia-parallax-ratio='0.3' ><div class='av-parallax-inner main_color avia-full-stretch'><\/div><\/div><div class=\"av-section-color-overlay-wrap\"><div class=\"av-section-color-overlay\"><\/div><div class='container av-section-cont-open' ><div class='template-page content  av-content-small alpha units'><div class='post-entry post-entry-type-page post-entry-173321'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-1rf1osz8-7bc399a3942739115525e99eb6ed8fc1\">\n#top .av_textblock_section.av-1rf1osz8-7bc399a3942739115525e99eb6ed8fc1 .avia_textblock{\ncolor:#ffffff;\n}\n<\/style>\n<section  class='av_textblock_section av-1rf1osz8-7bc399a3942739115525e99eb6ed8fc1 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock av_inherit_color'  itemprop=\"text\" ><h1 style=\"text-align: center;\">Eu quero pedir o livro!<\/h1>\n<\/div><\/section>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-2iahadpt-93f1e4a72d59970cfd309b56d106cd46\">\n#top .hr.hr-invisible.av-2iahadpt-93f1e4a72d59970cfd309b56d106cd46{\nheight:15px;\n}\n<\/style>\n<div  class='hr av-2iahadpt-93f1e4a72d59970cfd309b56d106cd46 hr-invisible  avia-builder-el-9  el_after_av_textblock  el_before_av_button '><span class='hr-inner '><span class=\"hr-inner-style\"><\/span><\/span><\/div>\n<div  class='avia-button-wrap av-kgs5hmyz-8c2bd5657b1a3748b4945b6a5726ad84-wrap avia-button-center  avia-builder-el-10  el_after_av_hr  avia-builder-el-last '>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-kgs5hmyz-8c2bd5657b1a3748b4945b6a5726ad84\">\n#top #wrap_all .avia-button.av-kgs5hmyz-8c2bd5657b1a3748b4945b6a5726ad84{\nbackground-color:#06d6a0;\nborder-color:#06d6a0;\ncolor:#494949;\ntransition:all 0.4s ease-in-out;\n}\n#top #wrap_all .avia-button.av-kgs5hmyz-8c2bd5657b1a3748b4945b6a5726ad84 .avia-svg-icon svg:first-child{\nfill:#494949;\nstroke:#494949;\n}\n<\/style>\n<a href='https:\/\/danysoft.com\/pt-pt\/comunidade\/livros-gratis\/#descargar'  class='avia-button av-kgs5hmyz-8c2bd5657b1a3748b4945b6a5726ad84 av-link-btn avia-icon_select-yes-left-icon avia-size-medium avia-position-center'   aria-label=\"Download\"><span class='avia_button_icon avia_button_icon_left avia-iconfont avia-font-entypo-fontello' data-av_icon='\ue82d' data-av_iconfont='entypo-fontello' ><\/span><span class='avia_iconbox_title' >Download<\/span><\/a><\/div>\n\n<div  class='avia-button-wrap avia-button-center  avia-builder-el-11  el_after_av_section  el_before_av_social_share '>\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-kpnptfq0-eea64ef58531e216763452579482e0d9\">\n#top #wrap_all .avia-button.av-kpnptfq0-eea64ef58531e216763452579482e0d9:hover{\ncolor:#ffffff;\ntransition:all 0.4s ease-in-out;\n}\n#top #wrap_all .avia-button.av-kpnptfq0-eea64ef58531e216763452579482e0d9:hover .avia-svg-icon svg:first-child{\nfill:#ffffff;\nstroke:#ffffff;\n}\n<\/style>\n<a href='https:\/\/danysoft.com\/pt-pt\/subscreva-se\/' class='avia-color-theme-color avia-font-color-theme-color avia-button avia-button-fullwidth av-kpnptfq0-eea64ef58531e216763452579482e0d9 avia-icon_select-yes-left-icon avia-color-theme-color'   aria-label=\"Suscribirse\"><div class='av-button-description av-button-description-above'><p>Assine as nossas newsletters para n\u00e3o perder o conte\u00fado que publicamos e manter-se atualizado com todas as novidades tecnol\u00f3gicas.<\/p>\n<\/div><span class='avia_button_icon avia_button_icon_left avia-iconfont avia-font-entypo-fontello' data-av_icon='\ue805' data-av_iconfont='entypo-fontello' ><\/span><span class='avia_iconbox_title' >Suscribirse<\/span><span class='avia_button_background avia-button avia-button-fullwidth avia-color-theme-color-highlight'><\/span><\/a><\/div>\n<div  class='av-social-sharing-box av-ahc5lm7-838a9423a8716201a82672e782847b7e av-social-sharing-box-default  avia-builder-el-12  el_after_av_button_big  el_before_av_comments_list  avia-builder-el-first  av-social-sharing-box-fullwidth'><div class=\"av-share-box\"><h5 class='av-share-link-description av-no-toc '>Partilhar esta entrada<\/h5><ul class=\"av-share-box-list noLightbox\"><li class='av-share-link av-social-link-facebook avia_social_iconfont' ><a target=\"_blank\" aria-label=\"Share on Facebook\" href='https:\/\/www.facebook.com\/sharer.php?u=https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/&#038;t=Livro%20Data%20Parallel%20C%2B%2B' data-av_icon='\ue8f3' data-av_iconfont='entypo-fontello'  title='' data-avia-related-tooltip='Share on Facebook'><span class='avia_hidden_link_text'>Share on Facebook<\/span><\/a><\/li><li class='av-share-link av-social-link-twitter avia_social_iconfont' ><a target=\"_blank\" aria-label=\"Share on X\" href='https:\/\/twitter.com\/share?text=Livro%20Data%20Parallel%20C%2B%2B&#038;url=https:\/\/www.danysoft.com\/pt-pt\/?p=173321' data-av_icon='\ue932' data-av_iconfont='entypo-fontello'  title='' data-avia-related-tooltip='Share on X'><span class='avia_hidden_link_text'>Share on X<\/span><\/a><\/li><li class='av-share-link av-social-link-whatsapp avia_social_iconfont' ><a target=\"_blank\" aria-label=\"Share on WhatsApp\" href='https:\/\/api.whatsapp.com\/send?text=https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/' data-av_icon='\uf232' data-av_iconfont='entypo-fontello'  title='' data-avia-related-tooltip='Share on WhatsApp'><span class='avia_hidden_link_text'>Share on WhatsApp<\/span><\/a><\/li><li class='av-share-link av-social-link-pinterest avia_social_iconfont' ><a target=\"_blank\" aria-label=\"Share on Pinterest\" href='https:\/\/pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fwww.danysoft.com%2Fpt-pt%2Fdata-parallel-c%2F&#038;description=Livro%20Data%20Parallel%20C%2B%2B&#038;media=https%3A%2F%2Fwww.danysoft.com%2Fwp-content%2Fuploads%2F2020%2F06%2FData-Parallel-C-705x403.png' data-av_icon='\ue8f8' data-av_iconfont='entypo-fontello'  title='' data-avia-related-tooltip='Share on Pinterest'><span class='avia_hidden_link_text'>Share on Pinterest<\/span><\/a><\/li><li class='av-share-link av-social-link-linkedin avia_social_iconfont' ><a target=\"_blank\" aria-label=\"Share on LinkedIn\" href='https:\/\/linkedin.com\/shareArticle?mini=true&#038;title=Livro%20Data%20Parallel%20C%2B%2B&#038;url=https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/' data-av_icon='\ue8fc' data-av_iconfont='entypo-fontello'  title='' data-avia-related-tooltip='Share on LinkedIn'><span class='avia_hidden_link_text'>Share on LinkedIn<\/span><\/a><\/li><li class='av-share-link av-social-link-tumblr avia_social_iconfont' ><a target=\"_blank\" aria-label=\"Share on Tumblr\" href='https:\/\/www.tumblr.com\/share\/link?url=https%3A%2F%2Fwww.danysoft.com%2Fpt-pt%2Fdata-parallel-c%2F&#038;name=Livro%20Data%20Parallel%20C%2B%2B&#038;description=This%20book%20is%20about%20programming%20for%20data%20parallelism%20using%20C%2B%2B.%20If%20you%20are%20new%20to%20parallel%20programming%2C%20that%20is%20okay.' data-av_icon='\ue8fa' data-av_iconfont='entypo-fontello'  title='' data-avia-related-tooltip='Share on Tumblr'><span class='avia_hidden_link_text'>Share on Tumblr<\/span><\/a><\/li><li class='av-share-link av-social-link-vk avia_social_iconfont' ><a target=\"_blank\" aria-label=\"Share on Vk\" href='https:\/\/vk.com\/share.php?url=https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/' data-av_icon='\ue926' data-av_iconfont='entypo-fontello'  title='' data-avia-related-tooltip='Share on Vk'><span class='avia_hidden_link_text'>Share on Vk<\/span><\/a><\/li><li class='av-share-link av-social-link-reddit avia_social_iconfont' ><a target=\"_blank\" aria-label=\"Share on Reddit\" href='https:\/\/reddit.com\/submit?url=https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/&#038;title=Livro%20Data%20Parallel%20C%2B%2B' data-av_icon='\ue927' data-av_iconfont='entypo-fontello'  title='' data-avia-related-tooltip='Share on Reddit'><span class='avia_hidden_link_text'>Share on Reddit<\/span><\/a><\/li><li class='av-share-link av-social-link-mail avia_social_iconfont' ><a  aria-label=\"Share by Mail\" href='mailto:?subject=Livro%20Data%20Parallel%20C%2B%2B&#038;body=https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/' data-av_icon='\ue805' data-av_iconfont='entypo-fontello'  title='' data-avia-related-tooltip='Share by Mail'><span class='avia_hidden_link_text'>Share by Mail<\/span><\/a><\/li><\/ul><\/div><\/div>\n<div  class='av-buildercomment av-807omlr-5d0b966377e338d2edf77e47cee3e68c  av-blog-meta-author-disabled av-blog-meta-category-disabled av-blog-meta-html-info-disabled'><\/div>\n","protected":false},"excerpt":{"rendered":"<p>This book is about programming for data parallelism using C++. If you are new to parallel programming, that is okay.<\/p>\n","protected":false},"author":1,"featured_media":173343,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[3396,6699],"tags":[4850,4852,6640],"class_list":["post-173321","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-comunidade","category-livros-gratis","tag-europeo-pt-pt","tag-intel-pt-pt","tag-oneapi-pt-pt"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Livro Data Parallel C++<\/title>\n<meta name=\"description\" content=\"This book is about programming for data parallelism using C++. If you are new to parallel programming, that is okay.\" \/>\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.danysoft.com\/pt-pt\/data-parallel-c\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Livro Data Parallel C++\" \/>\n<meta property=\"og:description\" content=\"This book is about programming for data parallelism using C++. If you are new to parallel programming, that is okay.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/\" \/>\n<meta property=\"og:site_name\" content=\"Danysoft\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/danysoft\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-01T14:06:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-08T08:07:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.danysoft.com\/wp-content\/uploads\/2020\/06\/Data-Parallel-C.png\" \/>\n\t<meta property=\"og:image:width\" content=\"725\" \/>\n\t<meta property=\"og:image:height\" content=\"414\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Administrador\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@danysoft_es\" \/>\n<meta name=\"twitter:site\" content=\"@danysoft_es\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Administrador\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/\"},\"author\":{\"name\":\"Administrador\",\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/#\\\/schema\\\/person\\\/405a8d48d450729ff679467017ba0e23\"},\"headline\":\"Livro Data Parallel C++\",\"datePublished\":\"2021-06-01T14:06:38+00:00\",\"dateModified\":\"2021-06-08T08:07:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/\"},\"wordCount\":1016,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.danysoft.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Data-Parallel-C.png\",\"keywords\":[\"intel\",\"intel\",\"oneapi\"],\"articleSection\":[\"Comunidade\",\"Livros Gr\u00e1tis\"],\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/\",\"url\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/\",\"name\":\"Livro Data Parallel C++\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.danysoft.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Data-Parallel-C.png\",\"datePublished\":\"2021-06-01T14:06:38+00:00\",\"dateModified\":\"2021-06-08T08:07:44+00:00\",\"description\":\"This book is about programming for data parallelism using C++. If you are new to parallel programming, that is okay.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.danysoft.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Data-Parallel-C.png\",\"contentUrl\":\"https:\\\/\\\/www.danysoft.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Data-Parallel-C.png\",\"width\":725,\"height\":414},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/data-parallel-c\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/inicio-2-2-2\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Livro Data Parallel C++\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/#website\",\"url\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/\",\"name\":\"Danysoft\",\"description\":\"Licencias software y servicios de formaci\u00f3n y consultor\u00eda necesarios para su correcto uso\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/#organization\",\"name\":\"Danysoft\",\"url\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.danysoft.com\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/danysoft.png\",\"contentUrl\":\"https:\\\/\\\/www.danysoft.com\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/danysoft.png\",\"width\":1001,\"height\":309,\"caption\":\"Danysoft\"},\"image\":{\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/www.facebook.com\\\/danysoft\",\"https:\\\/\\\/x.com\\\/danysoft_es\",\"https:\\\/\\\/es.linkedin.com\\\/company\\\/danysoft\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/danysoftech\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.danysoft.com\\\/pt-pt\\\/#\\\/schema\\\/person\\\/405a8d48d450729ff679467017ba0e23\",\"name\":\"Administrador\",\"sameAs\":[\"https:\\\/\\\/danysoft.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Livro Data Parallel C++","description":"This book is about programming for data parallelism using C++. If you are new to parallel programming, that is okay.","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.danysoft.com\/pt-pt\/data-parallel-c\/","og_locale":"pt_PT","og_type":"article","og_title":"Livro Data Parallel C++","og_description":"This book is about programming for data parallelism using C++. If you are new to parallel programming, that is okay.","og_url":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/","og_site_name":"Danysoft","article_publisher":"http:\/\/www.facebook.com\/danysoft","article_published_time":"2021-06-01T14:06:38+00:00","article_modified_time":"2021-06-08T08:07:44+00:00","og_image":[{"width":725,"height":414,"url":"https:\/\/www.danysoft.com\/wp-content\/uploads\/2020\/06\/Data-Parallel-C.png","type":"image\/png"}],"author":"Administrador","twitter_card":"summary_large_image","twitter_creator":"@danysoft_es","twitter_site":"@danysoft_es","twitter_misc":{"Escrito por":"Administrador","Tempo estimado de leitura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/#article","isPartOf":{"@id":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/"},"author":{"name":"Administrador","@id":"https:\/\/www.danysoft.com\/pt-pt\/#\/schema\/person\/405a8d48d450729ff679467017ba0e23"},"headline":"Livro Data Parallel C++","datePublished":"2021-06-01T14:06:38+00:00","dateModified":"2021-06-08T08:07:44+00:00","mainEntityOfPage":{"@id":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/"},"wordCount":1016,"commentCount":0,"publisher":{"@id":"https:\/\/www.danysoft.com\/pt-pt\/#organization"},"image":{"@id":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/#primaryimage"},"thumbnailUrl":"https:\/\/www.danysoft.com\/wp-content\/uploads\/2020\/06\/Data-Parallel-C.png","keywords":["intel","intel","oneapi"],"articleSection":["Comunidade","Livros Gr\u00e1tis"],"inLanguage":"pt-PT","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/","url":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/","name":"Livro Data Parallel C++","isPartOf":{"@id":"https:\/\/www.danysoft.com\/pt-pt\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/#primaryimage"},"image":{"@id":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/#primaryimage"},"thumbnailUrl":"https:\/\/www.danysoft.com\/wp-content\/uploads\/2020\/06\/Data-Parallel-C.png","datePublished":"2021-06-01T14:06:38+00:00","dateModified":"2021-06-08T08:07:44+00:00","description":"This book is about programming for data parallelism using C++. If you are new to parallel programming, that is okay.","breadcrumb":{"@id":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/"]}]},{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/#primaryimage","url":"https:\/\/www.danysoft.com\/wp-content\/uploads\/2020\/06\/Data-Parallel-C.png","contentUrl":"https:\/\/www.danysoft.com\/wp-content\/uploads\/2020\/06\/Data-Parallel-C.png","width":725,"height":414},{"@type":"BreadcrumbList","@id":"https:\/\/www.danysoft.com\/pt-pt\/data-parallel-c\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.danysoft.com\/pt-pt\/inicio-2-2-2\/"},{"@type":"ListItem","position":2,"name":"Livro Data Parallel C++"}]},{"@type":"WebSite","@id":"https:\/\/www.danysoft.com\/pt-pt\/#website","url":"https:\/\/www.danysoft.com\/pt-pt\/","name":"Danysoft","description":"Licencias software y servicios de formaci\u00f3n y consultor\u00eda necesarios para su correcto uso","publisher":{"@id":"https:\/\/www.danysoft.com\/pt-pt\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.danysoft.com\/pt-pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Organization","@id":"https:\/\/www.danysoft.com\/pt-pt\/#organization","name":"Danysoft","url":"https:\/\/www.danysoft.com\/pt-pt\/","logo":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/www.danysoft.com\/pt-pt\/#\/schema\/logo\/image\/","url":"https:\/\/www.danysoft.com\/wp-content\/uploads\/2018\/07\/danysoft.png","contentUrl":"https:\/\/www.danysoft.com\/wp-content\/uploads\/2018\/07\/danysoft.png","width":1001,"height":309,"caption":"Danysoft"},"image":{"@id":"https:\/\/www.danysoft.com\/pt-pt\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/danysoft","https:\/\/x.com\/danysoft_es","https:\/\/es.linkedin.com\/company\/danysoft","https:\/\/www.youtube.com\/user\/danysoftech"]},{"@type":"Person","@id":"https:\/\/www.danysoft.com\/pt-pt\/#\/schema\/person\/405a8d48d450729ff679467017ba0e23","name":"Administrador","sameAs":["https:\/\/danysoft.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.danysoft.com\/pt-pt\/wp-json\/wp\/v2\/posts\/173321","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.danysoft.com\/pt-pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.danysoft.com\/pt-pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.danysoft.com\/pt-pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.danysoft.com\/pt-pt\/wp-json\/wp\/v2\/comments?post=173321"}],"version-history":[{"count":0,"href":"https:\/\/www.danysoft.com\/pt-pt\/wp-json\/wp\/v2\/posts\/173321\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.danysoft.com\/pt-pt\/wp-json\/wp\/v2\/media\/173343"}],"wp:attachment":[{"href":"https:\/\/www.danysoft.com\/pt-pt\/wp-json\/wp\/v2\/media?parent=173321"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.danysoft.com\/pt-pt\/wp-json\/wp\/v2\/categories?post=173321"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.danysoft.com\/pt-pt\/wp-json\/wp\/v2\/tags?post=173321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}