@@ -3,32 +3,34 @@ oneAPI Community Forum Image SIG
33================================
44
55The Image SIG hosts discussions and presentations for fundamental
6- image processing routines for use in high-performance computing,
7- engineering, financial, and other applications.
6+ image processing routines for high-performance computing, engineering ,
7+ financial, and other applications.
88
9- The SIG focuses its discussion on the oneAPI Image Processing Library
10- (oneIPL), an extensive library of ready-to-use, highly-optimized image
9+ This SIG discusses the oneAPI Image Processing Library (oneIPL),
10+ currently in the planning and spec development stage. Its goal is to
11+ become an extensive library of ready-to-use, highly optimized image
1112processing functions. As part of oneAPI, oneIPL is designed to allow
12- execution on a wide variety of computational devices: CPUs, GPUs, and
13- other accelerators. The functionality is subdivided into several
14- domains: filers, geometry transformations, color and type
15- conversions. Its royalty-free APIs help developers:
13+ execution on various computational devices: CPUs, GPUs, and other
14+ accelerators. The functionality is subdivided into several domains:
15+ filers, geometry transformations, and color and type conversions.
1616
17- 1. Take advantage of vectorization and SIMD (single instruction, multiple
18- data) instructions on CPU and GPU.
17+ Its royalty-free APIs help developers:
1918
20- 2. Take advantage of CPU threading and GPU SIMT (single instruction,
21- multiple threads).
19+ 1. Use vectorization and SIMD (single instruction, multiple data)
20+ instructions on CPU and GPU.
21+
22+ 2. Use CPU threading and GPU SIMT (single instruction, multiple
23+ threads).
2224
23253. Improve the performance of computation-intensive applications with
24- pipelines involving image processing and other operations provided as
25- DPC++ kernel or oneAPI libraries.
26+ pipelines involving image processing and other operations provided
27+ as DPC++ kernel or oneAPI libraries.
2628
2729In addition to domain-specific functionality, the Image SIG may also
2830discuss overall design features like the execution model, memory
2931model, or error handling. At times, the open source oneIPL Interfaces
30- project, which is an implementation of the oneIPL specification, may
31- also be discussed.
32+ project, which implements the oneIPL specification, may also be
33+ discussed.
3234
3335The Image SIG is led by John Melonakos.
3436
0 commit comments