Skip to content

Commit 39c6a67

Browse files
Merge pull request #39 from codeplaysoftware/merge-project-add-autosar-video
Add AUTOSAR Video and Merge Project
2 parents 026e927 + 814aee3 commit 39c6a67

8 files changed

+51
-2
lines changed

content/news/2023/2023-02-24-hipsycl-becomes-open-sycl-for-targeting-all-major-cpus-gpus.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ date: '2023-02-24T08:57:40.423000+00:00'
44
external_url: https://www.phoronix.com/news/hipSYCL-Becomes-Open-SYCL
55
image: ../../../static/images/news/2023-02-24-hipsycl-becomes-open-sycl-for-targeting-all-major-cpus-gpus.webp
66
title: hipSYCL Becomes Open SYCL For Targeting All Major CPUs & GPUs
7-
pinned: true
87
tags:
98
- hipsycl
109
- nvidia

content/news/2023/2023-11-13-exascale-computing-project-at-the-university-of-cambridge-uses-khronos-sycl-standard.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date: '2023-11-13T11:20:38.571807'
44
external_url: https://www.khronos.org/blog/exascale-computing-project-at-the-university-of-cambridge-uses-sycl-to-develop-performance-portable-fenics-libraries-for-the-finite-element-method
55
image: ../../../static/images/news/2023-11-13-exascale-computing-project-at-the-university-of-cambridge-uses-khronos-sycl-standard.webp
66
title: Exascale Computing Project at the University of Cambridge uses Khronos SYCL Standard
7+
pinned: true
78
tags:
89
- exascale
910
- fenics

content/news/2024/2024-06-20-learn-sycl-in-an-hour-maybe-less.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date: '2024-06-20T14:20:58.323249'
44
external_url: https://www.intel.com/content/www/us/en/developer/articles/technical/learn-sycl-in-an-hour-maybe-less.html
55
title: 'Learn SYCL* in an Hour (Maybe Less)'
66
image: ../../../static/images/news/2024-06-20-learn-sycl-in-an-hour-maybe-less.webp
7+
pinned: true
78
tags:
89
- sycl
910
- learning

content/news/2024/2024-06-20-uxl-foundation-and-khronos-collaborate-on-the-sycl-open-standard-for-c-programming.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ date: '2024-06-20T14:10:22.153253'
44
external_url: https://www.khronos.org/blog/uxl-foundation-khronos-liaison-on-the-sycl-and-safety-critical-systems
55
title: 'UXL Foundation and Khronos Collaborate on the SYCL Open Standard for C++ Programming'
66
image: ../../../static/images/news/2024-06-20-uxl-foundation-and-khronos-collaborate-on-the-sycl-open-standard-for-c-programming.webp
7-
pinned: false
87
tags:
98
- edge-computing
109
- performance

content/news/2024/2024-07-30-oneapi-construction-kit-4.0-brings-risc-v-host-cpu-support.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date: '2024-07-30T14:10:22.153253'
44
external_url: https://www.phoronix.com/news/oneAPI-Construction-Kit-4.0
55
title: 'oneAPI Construction Kit 4.0 Brings RISC-V Host CPU Support'
66
image: ../../../static/images/news/2024-07-30-oneapi-construction-kit.webp
7+
pinned: true
78
tags:
89
- oneapi
910
- sycl
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
contributor: scott
3+
date: '2024-08-18T00:00:00'
4+
title: 'Safe Hardware Accelerators Utilization In AUTOSAR AP'
5+
external_url: https://www.youtube.com/watch?v=VBwo-XsMv0Q
6+
type: presentation
7+
tags:
8+
- autosar
9+
- hardware
10+
- safety
11+
- adas
12+
- ai
13+
featuring:
14+
- name: Andriy Byzhynar
15+
affiliation_at_video_production_time: Intellias
16+
---
17+
18+
10 Intellas Safe Hardware Accelerators Utilization In AUTOSAR AP, presented by Andriy Byzhynar.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
contributor: max
3+
date: '2025-02-02T12:11:00'
4+
title: 'Building Tool Chains for RISC-V AI Accelerators'
5+
external_url: 'https://www.youtube.com/watch?v=DqNWF26A8Io'
6+
type: presentation
7+
tags:
8+
- oneapi
9+
- risc-v
10+
featuring:
11+
- name: Jeremy Bennett
12+
affiliation_at_video_production_time: Embecosm
13+
---
14+
15+
Building Tool Chains for RISC-V AI Accelerators - Jeremy Bennett, Embecosm
16+
17+
Our client is developing a massively parallel 64-bit chip for AI inference workloads.
18+
To facilitate early software development, we are bringing up an AI tool flow for this
19+
chip in a QEMU RISC-V environment. In this talk, we'll share our experience of getting
20+
three key AI frameworks working with RISC-V QEMU: Pytorch, Tensorflow and the OpenXLA
21+
compiler. Our talk will share our experience addressing two key issues. We will describe
22+
the challenges we faced, their solutions and reflect on the lessons learned for future work.
23+
The first of these is simply getting the tools to effectively run in an emulated
24+
RISC-V environment. These tools are large, fast moving pieces of software with extensive
25+
external dependencies. Our second challenge is performance. AI workloads are inherently
26+
parallel, and hence run efficiently on vector enabled hardware. However RISC-V vector (RVV)
27+
is relatively new, and we experienced difficulty getting the performance we expected
28+
out of the tool flow. At the end of this talk, we hope our audience will have a better
29+
understanding of the challenges in bringing up an AI tool flow under QEMU. We hope our
30+
experience will help them bring up their own AI tool flows.

0 commit comments

Comments
 (0)