Skip to content

Commit 23fed7e

Browse files
authored
Merge pull request #19 from codeplaysoftware/oneapi-construction-kit-update
Tweaks to oneAPI Construction Kit Update
2 parents 4f45d88 + 8b954a1 commit 23fed7e

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

_collections/_updates/2024-05-14-the-oneapi-construction-kit-and-syclops.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ for the next generation of RISC-V vector processors using the oneAPI Constructio
3030
CEO and co-founder Andrew Richards demonstrates this by running code using an Intel CPU and a custom FPGA simulating a
3131
RISC-V accelerator.
3232

33-
![Codeplay's Andrew Richards Demos oneAPI Construction Kit](/static/images/updates/2024-05-14-the-oneapi-construction-kit-and-syclops/andrew-richards-demo.png)
33+
<video controls>
34+
<source src="https://developer.codeplay.com/assets/img/products/oneapi/construction-kit/home/video.m4v" type="video/mp4">
35+
</video>
3436

3537
Codeplay and Axelera AI jointly released a case study that highlighted the success Axelera AI had when using the
3638
oneAPI Construction Kit to bring open standards to their Metis AIPU. This was a real testament to what can be

_layouts/page.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@
4848
<!-- Content security policy -->
4949
<meta content="
5050
default-src
51+
https://developer.codeplay.com
5152
'self';
5253
object-src
53-
'none';
54+
'self';
5455
font-src
5556
'self'
5657
https://fonts.gstatic.com;

static/css/styled.scss

+5
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,11 @@ body {
778778
img {
779779
max-width: 100%;
780780
}
781+
782+
video {
783+
width: 100%;
784+
height: auto;
785+
}
781786
}
782787
}
783788

0 commit comments

Comments
 (0)