-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
854 lines (815 loc) · 36.8 KB
/
index.html
File metadata and controls
854 lines (815 loc) · 36.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
<!DOCTYPE html>
<html lang="en-US" class="">
<!-- Mirrored from 127.0.0.1/ by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 22 Sep 2025 17:45:25 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<!-- Basics -->
<title>Home - Codeplay Developer</title>
<meta name="description" content="Download the latest releases from Codeplay to develop with OpenCL™ and SYCL™
on a range of different hardware, browse our guides, read API reference material and follow our tutorials." />
<meta name="keywords" content="home" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Open Graph -->
<meta name="title" property="og:title" content="Home - Codeplay Developer" />
<meta name="type" property="og:type" content="website" />
<meta name="image" property="og:image" content="assets/img/og-header.png" />
<meta name="url" property="og:url" content="index.html" />
<meta name="description" property="og:description" content="Download the latest releases from Codeplay to develop with OpenCL™ and SYCL™
on a range of different hardware, browse our guides, read API reference material and follow our tutorials." />
<!-- Fonts -->
<link href="assets/css/material.css"
rel="stylesheet preload prefetch"
as="style" />
<!-- Fav icon -->
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.html" />
<link type="text/css"
href="assets/css/responsive.css"
rel="stylesheet"/>
<script src="https://cdn.usefathom.com/script.js" data-site="XBWVDDFP" defer></script>
<!-- Stylesheets -->
<link type="text/css"
href="assets/css/jquery.cookiepolicyprompt.css"
rel="stylesheet preload prefetch"
as="style"/>
<link type="text/css"
href="assets/css/jquery.popupdialog.css"
rel="stylesheet preload prefetch"
as="style"/>
<link type="text/css"
href="assets/css/dialogs.css"
rel="stylesheet preload prefetch"
as="style"/>
<link type="text/css"
href="assets/css/Pages/IndexPage.style.css"
rel="stylesheet preload prefetch"
as="style"/>
<link type="text/css"
href="assets/css/Pages/Home/HomePage.style.css"
rel="stylesheet preload prefetch"
as="style"/>
<!-- Scripts -->
<script src="assets/js/jquery-3.6.3.min.js"></script>
<script src="assets/js/jquery.copyright.js"></script>
<script src="assets/js/jquery.cookiepolicyprompt.js"></script>
<script src="assets/js/jquery.popupdialog.js"></script>
<script src="assets/js/Pages/IndexPage.script.js"></script>
<script src="assets/js/Pages/Home/HomePage.script.js"></script>
<script>
document.querySelectorAll('link').forEach((el) => {this.onload=null;this.rel='stylesheet';});
</script>
</head>
<body data-deprecated="">
<!-- Header -->
<header>
<nav class="main">
<div>
<a aria-label="Navigation Bar Logo" href="index.html">
<div id="codeplay-logo"></div>
</a>
</div>
<div>
<a title="Click to change production selection">
<div>
<h2>Products</h2>
<h1>Click to Select</h1>
</div>
</a>
</div>
<div>
<ul>
<li >
<a href="https://codeplay.com/portal/blogs/" target="_blank">
<div>
<span class="icon material-icons">rss_feed</span>
<div>Dev Blogs</div>
</div>
</a>
</li>
<li >
<a href="https://github.com/codeplaysoftware" target="_blank">
<div>
<img class="icon material-icons" src="assets/img/home/github.svg" alt="Icon" />
<div>GitHub.com</div>
</div>
</a>
</li>
<li >
<a href="https://support.codeplay.com/" target="_blank">
<div>
<img class="icon material-icons" src="assets/img/home/discourse.svg" alt="Icon" />
<div>Community</div>
</div>
</a>
</li>
</ul>
</div>
<div>
<ul>
<li>
<a href="support/index.html" title="Get Support">
<span class="material-icons">help_outline</span>
</a>
</li>
<li>
<a id="burger"
title="Show Navigation Menu">
<span class="material-icons">menu</span>
</a>
</li>
</ul>
</div>
</nav>
<!-- The burger menu, designed for mobile -->
<div id="burger-menu">
<ul>
<li>
<h1> Menu</h1>
<ul>
<li >
<a href="https://codeplay.com/portal/blogs/"
target="_blank">Dev Blogs</a>
</li>
<li >
<a href="https://github.com/codeplaysoftware"
target="_blank">GitHub.com</a>
</li>
<li >
<a href="https://support.codeplay.com/"
target="_blank">Community</a>
</li>
</ul>
</li>
<li>
<h1>Main Menu</h1>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<h1>Products</h1>
<ul>
<li>
<a href="products/computecpp/ce/index.html">ComputeCpp CE</a>
</li>
<li>
<a href="products/computecpp/pe/index.html">ComputeCpp PE</a>
</li>
<li>
<a href="products/computesuitercar/ce/index.html">ComputeSuite for R-Car CE</a>
</li>
<li>
<a href="products/computesuitercar/pe/index.html">ComputeSuite for R-Car PE</a>
</li>
</ul>
</li>
<li>
<a href="cookies.html">Cookie Policy</a>
</li>
<li>
<a href="https://codeplay.com/support/contact">Contact Us</a>
</li>
</ul>
</li>
</ul>
</div>
</header>
<!-- Main element -->
<main>
<!-- Section: Splash -->
<section id="splash" class="splash">
<div class="wrapper">
<div>
<h1>
<img src="assets/img/logo-light.svg"
class="dark-mode-only"
alt="Codeplay Developer Logo" />
<img src="assets/img/logo-black.svg"
class="light-mode-only"
alt="Codeplay Developer Logo" />
</h1>
<h2>Download the latest releases from Codeplay to develop with OpenCL™ and SYCL™ on a range
of different hardware, browse our guides, read API reference material and follow our tutorials.
</h2>
<a class="button" id="view-products-button" href="#services">
<span class="material-icons">category</span>Browse Products</a>
<small><i class="material-icons">info</i> Access to some features of this site requires an account.</small>
</div>
<div>
<div class="splash-wrapper dark-mode-only">
<img src="assets/img/home/splash-imagedd8d.png?v=a5eebfe77cbf8260014c2fcb88faeeb9" alt="SYCL Video" />
<video muted autoplay id="splash-video">
<source src="assets/img/home/splash-video.mp4" type="video/mp4">
</video>
</div>
<div class="splash-wrapper light-mode-only">
<img src="assets/img/home/splash-image-lightdd8d.png?v=a5eebfe77cbf8260014c2fcb88faeeb9" alt="SYCL Video" />
<video muted autoplay id="splash-video">
<source src="assets/img/home/splash-video-light.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</section>
<!-- Section: Widgets -->
<section id="product-widgets">
<div class="wrapper">
<div class="widget oneapi construction-kit ">
<div class="version">
<div>
<div class="tag">LATEST</div>
<a href="products/oneapi/construction-kit/index.html">4.0.0</a>
</div>
<div>
<div><a href="products/oneapi/construction-kit/download/index.html">
<i class="material-icons">cloud_download</i></a></div>
</div>
</div>
<div class="title">
<h2>Product</h2>
<a href="products/oneapi/construction-kit/index.html">oneAPI Construction Kit</a>
</div>
</div>
<div class="widget oneapi amd ">
<div class="version">
<div>
<div class="tag">LATEST</div>
<a href="products/oneapi/amd/index.html">2025.2.0</a>
</div>
<div>
<div><a href="products/oneapi/amd/2025.2.0/guides/changelog-amd.html">
<i class="material-icons">description</i></a></div>
<div><a href="products/oneapi/amd/download/index.html">
<i class="material-icons">cloud_download</i></a></div>
</div>
</div>
<div class="title">
<h2>Product</h2>
<a href="products/oneapi/amd/index.html">oneAPI for AMD GPU</a>
</div>
</div>
<div class="widget oneapi nvidia ">
<div class="version">
<div>
<div class="tag">LATEST</div>
<a href="products/oneapi/nvidia/index.html">2025.2.0</a>
</div>
<div>
<div><a href="products/oneapi/nvidia/2025.2.0/guides/changelog-nvidia.html">
<i class="material-icons">description</i></a></div>
<div><a href="products/oneapi/nvidia/download/index.html">
<i class="material-icons">cloud_download</i></a></div>
</div>
</div>
<div class="title">
<h2>Product</h2>
<a href="products/oneapi/nvidia/index.html">oneAPI for NVIDIA® GPUs</a>
</div>
</div>
<div class="widget placeholder">
<div class="version">
<div>
<div class="tag">LATEST</div>
<a href="products/index.html">- - - </a>
</div>
<div>
</div>
</div>
<div class="title">
<h2>Product</h2>
<a href="products/index.html">Coming Soon!</a>
</div>
</div>
</div>
</section>
<!-- Section: Developer Blogs -->
<section id="dev-blogs">
<div class="wrapper">
<header class="side">
<h1><span class="material-icons">rss_feed</span>Developer Blogs/Updates</h1>
<h2><a href="https://codeplay.com/portal/blogs/"
target="_blank"
rel="noopener">Please visit codeplay.com for more.</a></h2>
</header>
<div id="dev-blog-list">
<div class="news-panel">
<a href="https://www.codeplay.com/portal/blogs/2025/07/08/sycl-runtime-compilation" target="_blank" rel="noopener">
<div>
<img src="https://www.codeplay.com/assets/images/portal/article-images/2025-07-02-sycl-10-years/thumbnail.webp" alt="SYCL Runtime Compilation: A New Way to Specialise Kernels Using C++ Metaprogramming Image" />
</div>
<div>
<div class="avatar">
<img src="https://www.codeplay.com/assets/images/portal/authors/julian.jpeg" alt="Julian Oppermann's Avatar" />
</div>
<h2>SYCL Runtime Compilation: A New Way to Specialise Kernels Using C++ Metaprogramming</h2>
<p></p>
<h4></h4>
</div>
</a>
</div>
<div class="news-panel">
<a href="https://www.codeplay.com/portal/blogs/2025/04/30/iwocl-2025-reflective-blog" target="_blank" rel="noopener">
<div>
<img src="https://www.codeplay.com/assets/images/portal/article-images/2025-05-21-iwocl-2025-reflective-blog-thumbnail.webp" alt="IWOCL 2025 Reflective Blog Image" />
</div>
<div>
<div class="avatar">
<img src="https://www.codeplay.com/assets/images/company/team/max.jpg" alt="Max Brunton's Avatar" />
</div>
<h2>IWOCL 2025 Reflective Blog</h2>
<p></p>
<h4></h4>
</div>
</a>
</div>
<div class="news-panel">
<a href="https://www.codeplay.com/portal/blogs/2025/02/11/sycl-bindless-images" target="_blank" rel="noopener">
<div>
<img src="https://www.codeplay.com/assets/images/portal/no-thumbnail-placeholder.png" alt="SYCL Bindless Images - An Introduction Image" />
</div>
<div>
<div class="avatar">
<img src="https://www.codeplay.com/assets/images/portal/authors/przemyslaw-malon.png" alt="Przemek Malon's Avatar" />
</div>
<h2>SYCL Bindless Images - An Introduction</h2>
<p></p>
<h4></h4>
</div>
</a>
</div>
<div class="news-panel">
<a href="https://www.codeplay.com/portal/blogs/2024/10/24/argonne-national-labs-bring-oneapi-to-nwchemex-project" target="_blank" rel="noopener">
<div>
<img src="https://www.codeplay.com/assets/images/portal/article-images/2024-10-24-argonne-national-labs-bring-oneapi-to-nwchemex-project/logo.png" alt="Argonne National Labs Bring oneAPI to NWChemEx Project Image" />
</div>
<div>
<div class="avatar">
<img src="https://www.codeplay.com/assets/images/company/team/max.jpg" alt="Max Brunton's Avatar" />
</div>
<h2>Argonne National Labs Bring oneAPI to NWChemEx Project</h2>
<p></p>
<h4></h4>
</div>
</a>
</div>
<div class="news-panel">
<a href="https://www.codeplay.com/portal/blogs/2024/08/26/compiling-dpc-on-the-nvidia-grace-hopper-platform-our-experience-with-the-bede-supercomputer" target="_blank" rel="noopener">
<div>
<img src="https://www.codeplay.com/assets/images/portal/article-images/2024-08-26-bede-supercomputer/thumbnail.jpg" alt="Compiling DPC++ on the NVIDIA Grace Hopper Platform: Our Experience with the BEDE Supercomputer Image" />
</div>
<div>
<div class="avatar">
<img src="https://www.codeplay.com/assets/images/company/team/pablo.jpg" alt="Pablo Lopez Ramos's Avatar" />
</div>
<h2>Compiling DPC++ on the NVIDIA Grace Hopper Platform: Our Experience with the BEDE Supercomputer</h2>
<p></p>
<h4></h4>
</div>
</a>
</div>
<div class="news-panel">
<a href="https://www.codeplay.com/portal/blogs/2024/08/16/codeplays-plugins-for-one-api-benefit-high-performance-flood-modelling-software" target="_blank" rel="noopener">
<div>
<img src="https://www.codeplay.com/assets/images/portal/article-images/synxflow.png" alt="Codeplay’s Plugins for oneAPI Benefit High-Performance Flood Modelling Software Image" />
</div>
<div>
<div class="avatar">
<img src="https://www.codeplay.com/assets/images/company/team/max.jpg" alt="Max Brunton's Avatar" />
</div>
<h2>Codeplay’s Plugins for oneAPI Benefit High-Performance Flood Modelling Software</h2>
<p></p>
<h4></h4>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Section: Projects -->
<section id="projects">
<div class="wrapper">
<header class="side">
<h1><span class="material-icons">menu_book</span>Useful Projects and Libraries</h1>
<h2><a href="https://codeplay.com/portal/blogs/"
target="_blank"
rel="noopener">Please visit codeplay.com for more.</a></h2>
</header>
<div class="project-container">
<div>
<a class="selected" data-target="codeplay">Codeplay</a>
<a data-target="third-party">3rd Party</a>
</div>
<div class="project-list">
<div class="projects codeplay">
<a href="https://github.com/codeplaysoftware/computecpp-sdk" target="_blank" rel="noreferrer">
<div>
<div><span class="material-icons">source</span></div>
<div>computecpp-sdk</div>
<div>Public</div>
</div>
<div><p>Collection of samples and utilities for using ComputeCpp, Codeplay's SYCL implementation.</p></div>
<div>
<div>
<div class="color-orb cpp"></div>C++
</div>
<div></div>
<div></div>
</div>
</a>
<a href="https://github.com/codeplaysoftware/sycl-blas" target="_blank" rel="noreferrer">
<div>
<div><span class="material-icons">source</span></div>
<div>sycl-blas</div>
<div>Public</div>
</div>
<div><p>An implementation of BLAS using the SYCL open standard for acceleration on OpenCL devices.</p></div>
<div>
<div>
<div class="color-orb cpp"></div> C++
</div>
<div></div>
<div></div>
</div>
</a>
<a href="https://github.com/codeplaysoftware/SYCL-DNN" target="_blank" rel="noreferrer">
<div>
<div><span class="material-icons">source</span></div>
<div>sycl-dnn</div>
<div>Public</div>
</div>
<div><p>SYCL-DNN is a library implementing neural network algorithms written using SYCL.</p></div>
<div>
<div>
<div class="color-orb cpp"></div> C++
</div>
<div></div>
<div></div>
</div>
</a>
<a href="https://github.com/codeplaysoftware/syclacademy" target="_blank" rel="noreferrer">
<div>
<div><span class="material-icons">source</span></div>
<div>syclacademy</div>
<div>Public</div>
</div>
<div><p>SYCL Academy, a set of learning materials for SYCL heterogeneous programming.</p></div>
<div>
<div>
<div class="color-orb html"></div> HTML
</div>
<div></div>
<div></div>
</div>
</a>
<a href="https://github.com/codeplaysoftware/SYCL-ML" target="_blank" rel="noreferrer">
<div>
<div><span class="material-icons">source</span></div>
<div>sycl-ml</div>
<div>Public</div>
</div>
<div><p>SYCL-ML is a C++ library, implementing classical machine learning algorithms using SYCL.</p></div>
<div>
<div>
<div class="color-orb cpp"></div> C++
</div>
<div></div>
<div></div>
</div>
</a>
<a href="https://github.com/uxlfoundation/oneMath" target="_blank" rel="noreferrer">
<div>
<div><span class="material-icons">source</span></div>
<div>oneMath</div>
<div>Public</div>
</div>
<div><p>oneMath is an open-source implementation of the oneMath specification.</p></div>
<div>
<div>
<div class="color-orb cpp"></div> C++
</div>
<div></div>
<div></div>
</div>
</a>
<a href="https://github.com/codeplaysoftware/visioncpp" target="_blank" rel="noreferrer">
<div>
<div><span class="material-icons">source</span></div>
<div>visioncpp</div>
<div>Public</div>
</div>
<div><p>A machine vision library written in SYCL and C++ that shows performance-portable implementation of graph algorithms.</p></div>
<div>
<div>
<div class="color-orb cpp"></div> C++
</div>
<div></div>
<div></div>
</div>
</a>
<a href="https://github.com/codeplaysoftware/clvk" target="_blank" rel="noreferrer">
<div>
<div><span class="material-icons">source</span></div>
<div>clvk</div>
<div>Public</div>
</div>
<div><p>clvk is a prototype implementation of OpenCL 3.0 on top of Vulkan using clspv as the compiler.</p></div>
<div>
<div>
<div class="color-orb cpp"></div> C++
</div>
<div></div>
<div></div>
</div>
</a>
<a href="https://github.com/codeplaysoftware/clspv" target="_blank" rel="noreferrer">
<div>
<div><span class="material-icons">source</span></div>
<div>clspv</div>
<div>Public</div>
</div>
<div><p>Clspv is a prototype compiler for a subset of OpenCL C to Vulkan™ compute shaders.</p></div>
<div>
<div>
<div class="color-orb compiler"></div> LLVM
</div>
<div></div>
<div></div>
</div>
</a>
</div>
<div class="projects third-party hidden">
<a href="https://github.com/KhronosGroup/SyclParallelSTL" target="_blank" rel="noreferrer">
<div>
<div><span class="material-icons">source</span></div>
<div>Parallel-STL</div>
<div>Public</div>
</div>
<div><p>Collection of samples and utilities for using ComputeCpp, Codeplay's SYCL implementation.</p></div>
<div>
<div>
<div class="color-orb cpp"></div>C++
</div>
<div></div>
<div></div>
</div>
</a>
<a href="https://github.com/codeplaysoftware/tensorflow" target="_blank" rel="noreferrer">
<div>
<div><span class="material-icons">source</span></div>
<div>TensorFlow™</div>
<div>Public</div>
</div>
<div><p>Collection of samples and utilities for using ComputeCpp, Codeplay's SYCL implementation.</p></div>
<div>
<div>
<div class="color-orb cpp"></div>C++
</div>
<div></div>
<div></div>
</div>
</a>
<a href="https://eigen.tuxfamily.org/index.php" target="_blank" rel="noreferrer">
<div>
<div><span class="material-icons">source</span></div>
<div>Eigen</div>
<div>Public</div>
</div>
<div><p>Collection of samples and utilities for using ComputeCpp, Codeplay's SYCL implementation.</p></div>
<div>
<div>
<div class="color-orb cpp"></div>C++
</div>
<div></div>
<div></div>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Section: Product Panel -->
<section id="product-panels">
<div class="wrapper">
<div class="side-by-side-layout left-has-focus">
<div class="center">
<div>
<h1>
oneAPI
</h1>
<h2>oneAPI is a cross-industry, open, standards-based unified programming model that delivers a common developer experience across accelerator architecture - for faster application performance, more productivity, and greater innovation.</h2>
<ul>
<li>
<a href="products/oneapi/construction-kit/index.html">
Construction Kit
</a>
</li>
<li>
<a href="products/oneapi/amd/index.html">
for AMD GPU
</a>
</li>
<li>
<a href="products/oneapi/nvidia/index.html">
for NVIDIA® GPUs
</a>
</li>
</ul>
<small>* This product has variants that may require authorization to access all features.</small>
</div>
</div>
<div>
<img class="product-image"
src="assets/img/home/product-panels/oneapidd8d.png?v=a5eebfe77cbf8260014c2fcb88faeeb9"
alt="oneAPI Product Image" />
</div>
</div>
</div>
</section>
<!-- Section: Videos -->
<section id="videos">
<div class="wrapper">
<header class="side">
<h1><span class="material-icons">movie</span>Videos, Presentations and Tutorials</h1>
<h2><a href="https://www.youtube.com/@CodeplaySoftware"
target="_blank"
rel="noopener">Please visit our YouTube channel for more.</a></h2>
</header>
<div>
<a href="https://www.youtube.com/watch?v=miqZS6aS9K0" target="_blank" rel="noreferrer">
<img src="assets/img/home/videos/modern-cpp-gpu.jpg"
alt="A Modern C++ Programming Model for GPUs Thumbnail" />
<h1>A Modern C++ Programming Model for GPUs</h1>
</a>
<a href="https://www.youtube.com/watch?v=0doDwNY0xWg" target="_blank" rel="noreferrer">
<img src="assets/img/home/videos/parallel-stl.jpg"
alt="Parallel STL for CUDA and SYCL Thumbnail" />
<h1>Parallel STL for CUDA® and SYCL™</h1>
</a>
<a href="https://www.youtube.com/watch?v=48ZmjfM8B-Y" target="_blank" rel="noreferrer">
<img src="assets/img/home/videos/48ZmjfM8B-Y.jpg"
alt="Codeplay Brings Open Standards to RISC-V Thumbnail" />
<h1>Embedded World: Codeplay Brings Open Standards to RISC-V®</h1>
</a>
<a href="https://www.youtube.com/watch?v=pQAWpL3txZI" target="_blank" rel="noreferrer">
<img src="assets/img/home/videos/pQAWpL3txZI.jpg"
alt="Distributed and Federated Data Thumbnail" />
<h1>Distributed and Federated Data Will Drive Autonomous Vehicles to Open Standards</h1>
</a>
</div>
</div>
</section>
</main>
<!-- Product Selector-->
<div id="productSelectorDialog" class="popupDialog">
<div class="side-by-side-panel panel">
<div id="products">
<div>
<h1>Select a Product</h1>
</div>
<ul>
<li>
<a class="productSelection oneapi" data-product="oneapi">
oneAPI
</a>
</li>
</ul>
</div>
<div id="product-selection">
<div id="no-product">
Please select a product
</div>
<div id="product">
<div id="product-oneapi" class="product-view">
<h1>
oneAPI
</h1>
<p>oneAPI is a cross-industry, open, standards-based unified programming model that delivers a common developer experience across accelerator architecture - for faster application performance, more productivity, and greater innovation.</p>
<ul id="variants">
<li>
<a href="products/oneapi/construction-kit/index.html">
<div>
Construction Kit
</div>
<div>
<i class="material-icons">arrow_right</i>
</div>
</a>
</li>
<li>
<a href="products/oneapi/amd/index.html">
<div>
for AMD GPU
</div>
<div>
<i class="material-icons">arrow_right</i>
</div>
</a>
</li>
<li>
<a href="products/oneapi/nvidia/index.html">
<div>
for NVIDIA® GPUs
</div>
<div>
<i class="material-icons">arrow_right</i>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Color Scheme Selector-->
<div id="colorSchemeDialog" class="popupDialog">
<div>
<div class="selectDarkMode">
<div>
<img src="assets/img/darkmode.png" alt="Dark Mode" />
</div>
<div>
<i class="material-icons">brightness_2</i>
<h1>Dark Mode</h1>
<p>Light text on a dark background.</p>
</div>
</div>
<div class="selectLightMode">
<div>
<img src="assets/img/lightmode.png" alt="Light Mode" />
</div>
<div>
<i class="material-icons">lightbulb_outline</i>
<h1>Light Mode</h1>
<p>Dark text on a light background.</p>
</div>
</div>
</div>
</div>
<!-- Site Selector -->
<div id="siteSelectorDialog" class="popupDialog">
<div class="panel" id="profile-panel">
<header>
<div>
<i class="material-icons">public</i>
</div>
<div>
<h1>Also,</h1>
<h2>part of our network</h2>
</div>
</header>
<ul>
<li>
<a href="https://www.codeplay.com/" target="_blank" rel="nofollow noopener noreferrer">
<h1>Codeplay.com</h1>
<p>Find out about Codeplay, the latest company news and blog posts.</p>
</a>
</li>
<li>
<a href="https://www.sycl.tech/" target="_blank" rel="nofollow noopener noreferrer">
<h1>SYCL.tech</h1>
<p>Find out about the latest SYCL news, videos and projects.</p>
</a>
</li>
<li class="selected">
<a>
<img src="assets/img/you-are-here.png" alt="You Are Here Logo" />
<h1>Codeplay Developer</h1>
<p>Get the latest documentation and release packages for ComputeCpp and ComputeSuite</p>
</a>
</li>
<li>
<a href="https://github.com/codeplaysoftware" target="_blank" rel="nofollow noopener noreferrer">
<h1>Codeplay Open Source</h1>
<p>Browse our open source projects and frameworks on GitHub.</p>
</a>
</li>
</ul>
</div>
</div>
<!-- Footer section -->
<footer class="section-padding">
<div class="content-wrapper">
<div>
<h1>© Codeplay Software Ltd</h1>
<div id="copyright"></div>
</div>
<div>
<ul>
<li><a href="https://codeplay.com/" target="_blank" rel="noopener">
Visit codeplay.com</a></li>
<li><a href="https://codeplay.com/company/privacy/" target="_blank" rel="noopener">
View Our Privacy Policy</a></li>
<li><a href="cookies/index.html">
Read Our Cookie Policy</a></li>
</ul>
</div>
</div>
</footer>
</body>
<!-- Mirrored from 127.0.0.1/ by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 22 Sep 2025 17:46:02 GMT -->
</html>