Skip to content

Commit caa7424

Browse files
author
Scott Straughan
committed
Fixed typos.
1 parent dcac92e commit caa7424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/research_papers/2023/2023-10-01-open-sycl-on-heterogeneous-gpu-systems-a-case-of-study.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ tags:
1616
- hip
1717
---
1818

19-
Computational platforms for high-performance scientific applications are becoming more heterogenous, including hardware
20-
accelerators such as multiple GPUs. Applications in a wide variety of scientific fields require an efcient and careful
19+
Computational platforms for high-performance scientific applications are becoming more heterogeneous, including hardware
20+
accelerators such as multiple GPUs. Applications in a wide variety of scientific fields require an efficient and careful
2121
management of the computational resources of this type of hardware to obtain the best possible performance. However,
2222
there are currently different GPU vendors, architectures and families that can be found in heterogeneous clusters or
2323
machines. Programming with the vendor provided languages or frameworks, and optimizing for specific devices, may become
24-
cumbersome and compromise porta-bility to other systems. To overcome this problem, several proposals for high-level
24+
cumbersome and compromise portability to other systems. To overcome this problem, several proposals for high-level
2525
heterogeneous programming have appeared, trying to reduce the development effort and increase functional and performance
2626
portability, specifically when using GPU hardware accelerators. This paper evaluates the SYCL programming model, using the
2727
Open SYCL compiler, from two different perspectives: The performance it offers when dealing with single or multiple GPU devices

0 commit comments

Comments
 (0)