|
1 | 1 | ---
|
2 |
| -title: Goldydocs |
| 2 | +title: Portable Data-Parallel Python Extensions with oneAPI |
3 | 3 | ---
|
4 | 4 |
|
5 |
| -{{< blocks/cover title="Welcome to Goldydocs: A Docsy Example Project!" image_anchor="top" height="full" >}} |
6 |
| -<a class="btn btn-lg btn-primary me-3 mb-4" href="/docs/"> |
7 |
| - Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i> |
8 |
| -</a> |
9 |
| -<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/google/docsy-example"> |
10 |
| - Download <i class="fab fa-github ms-2 "></i> |
11 |
| -</a> |
12 |
| -<p class="lead mt-5">Porridge temperature assessment — in the cloud!</p> |
13 |
| -{{< blocks/link-down color="info" >}} |
| 5 | +{{<blocks/cover title="" image_anchor="top" height="max" color="primary">}} |
| 6 | + <div class="mx-auto"> |
| 7 | + <div class="col-lg-12"> |
| 8 | + <p class="display-6 mt-5 mb-3" style="font-weight: bold;">Portable Data-Parallel Python Extensions with oneAPI</p> |
| 9 | + <p></p> |
| 10 | + <p class="display-7 pt-0 mb-3"> |
| 11 | + <a href="https://github.com/ndgrigorian" style="color: #50aaf4; font-weight: bold;" target="_blank" rel="noopener">Nikita Grigorian</a> and |
| 12 | + <a href="https://github.com/oleksandr-pavlyk" style="color: #50aaf4; font-weight: bold;" target="_blank" rel="noopener">Oleksandr Pavlyk</a> |
| 13 | + </p> |
| 14 | + <p class="display-7 pl-auto mb-0" style="text-align: center">Sources and details for the Portable Data-Parallel Python Extensions with oneAPI poster at the EuroPython 2025 conference. This poster presents ongoing work to enable writing, building, and implementing portable extensions for data-parallel computation in Python. |
| 15 | + </p> |
| 16 | + <p></p> |
| 17 | + </div> |
| 18 | + <div class="lead text-center"> |
| 19 | + <div class="mx-auto mb-5"> |
| 20 | + <a class="btn btn-lg btn-secondary me-3 mb-4" href="https://IntelPython.github.io/portable-data-parallel-extensions-europython-2025/docs/"> |
| 21 | + Get Started<i class="fa-solid fa-play ms-2"></i> |
| 22 | + </a> |
| 23 | + <a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/IntelPython/example-portable-data-parallel-extensions"> |
| 24 | + Examples<i class="fab fa-github ms-2 "></i> |
| 25 | + </a> |
| 26 | + </div> |
| 27 | + </div> |
| 28 | + </div> |
14 | 29 | {{< /blocks/cover >}}
|
15 | 30 |
|
| 31 | +{{% blocks/section color="secondary" %}} |
| 32 | +<p class="display-6 mb-3" style="text-align: center; font-weight: bold;">About the authors</p> |
| 33 | +<p class="text-center"> |
| 34 | +This poster was made by and is being presented on behalf of the <a href="https://github.com/IntelPython">Python team</a> at <a href="http://www.intel.com">Intel</a>. |
| 35 | +</p> |
| 36 | +<div class="row justify-content-center mx-auto pt-2"> |
| 37 | +{{< cardpane >}} |
| 38 | + {{< card header=`<p style="font-weight: bold; text-align: center">dpctl</p>` |
| 39 | + footer=`<i class="fab fa-github ms-2 "></i> [Github](https://github.com/IntelPython/dpctl) <i class="fa fa-book ms-2"></i> [Docs](https://intelpython.github.io/dpctl)` >}} |
| 40 | + <p class="text-center"> |
| 41 | + A package with Python bindings for DPC++ runtime classes and an <a href="https://data-apis.org/array-api/latest/API_specification/index.html">Array API Specification</a> conformant tensor submodule built on pure SYCL for portability. |
| 42 | + </p> |
| 43 | + {{< /card >}} |
| 44 | + {{< card header=`<p style="font-weight: bold; text-align: center;">dpnp</p>` |
| 45 | + footer=`<i class="fab fa-github ms-2"></i> [Github](https://github.com/IntelPython/dpnp) <i class="fa fa-book ms-2"></i> [Docs](https://intelpython.github.io/dpnp/)` >}} |
| 46 | + <p class="text-center"> |
| 47 | + An oneAPI- and oneMKL-powered array library built as a drop-in replacement for Numpy that can be executed on any data-parallel device. |
| 48 | + </p> |
| 49 | + {{< /card >}} |
| 50 | +{{< /cardpane >}} |
| 51 | +</div> |
16 | 52 |
|
17 |
| -{{% blocks/lead color="primary" %}} |
18 |
| -Goldydocs provides a single web UI providing visibility into porridge |
19 |
| -temperature, chair size, and bed softness metrics! You can even find out who's |
20 |
| -been eating **your** porridge. |
21 |
| - |
22 |
| -(Sadly, Goldydocs isn't a real project, but you can use this site as an example |
23 |
| -to create your own real websites with [Docsy](https://docsy.dev)) |
24 |
| -{{% /blocks/lead %}} |
25 |
| - |
26 |
| - |
27 |
| -{{% blocks/section color="dark" type="row" %}} |
28 |
| -{{% blocks/feature icon="fa-lightbulb" title="New chair metrics!" %}} |
29 |
| -The Goldydocs UI now shows chair size metrics by default. |
30 |
| - |
31 |
| -Please follow this space for updates! |
32 |
| -{{% /blocks/feature %}} |
33 |
| - |
34 |
| - |
35 |
| -{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/google/docsy-example" %}} |
36 |
| -We do a [Pull Request](https://github.com/google/docsy-example/pulls) contributions workflow on **GitHub**. New users are always welcome! |
37 |
| -{{% /blocks/feature %}} |
38 |
| - |
39 |
| - |
40 |
| -{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/docsydocs" %}} |
41 |
| -For announcement of latest features etc. |
42 |
| -{{% /blocks/feature %}} |
43 |
| - |
44 |
| - |
45 |
| -{{% /blocks/section %}} |
46 |
| - |
47 |
| - |
48 |
| -{{% blocks/section %}} |
49 |
| -This is the second section |
50 | 53 | {.h1 .text-center}
|
51 | 54 | {{% /blocks/section %}}
|
52 |
| - |
53 |
| - |
54 |
| -{{% blocks/section type="row" %}} |
55 |
| - |
56 |
| -{{% blocks/feature icon="fab fa-app-store-ios" title="Download **from AppStore**" %}} |
57 |
| -Get the Goldydocs app! |
58 |
| -{{% /blocks/feature %}} |
59 |
| - |
60 |
| -{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" |
61 |
| - url="https://github.com/google/docsy-example" %}} |
62 |
| -We do a [Pull Request](https://github.com/google/docsy-example/pulls) |
63 |
| -contributions workflow on **GitHub**. New users are always welcome! |
64 |
| -{{% /blocks/feature %}} |
65 |
| - |
66 |
| -{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" |
67 |
| - url="https://twitter.com/GoHugoIO" %}} |
68 |
| -For announcement of latest features etc. |
69 |
| -{{% /blocks/feature %}} |
70 |
| - |
71 |
| -{{% /blocks/section %}} |
72 |
| - |
73 |
| - |
74 |
| -{{% blocks/section %}} |
75 |
| -This is the another section |
76 |
| -{.h1 .text-center} |
77 |
| -{{% /blocks/section %}} |
0 commit comments