https://github.com/intelpython/example-portable-data-parallel-extensions
Examples of portable data-parallel Python extensions using oneAPI DPC++
https://github.com/intelpython/example-portable-data-parallel-extensions
Last synced: 3 months ago
JSON representation
Examples of portable data-parallel Python extensions using oneAPI DPC++
- Host: GitHub
- URL: https://github.com/intelpython/example-portable-data-parallel-extensions
- Owner: IntelPython
- License: apache-2.0
- Created: 2024-07-10T05:05:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T18:53:53.000Z (4 months ago)
- Last Synced: 2025-01-15T19:20:10.481Z (4 months ago)
- Language: C++
- Homepage: https://intelpython.github.io/portable-data-parallel-extensions-scipy-2024/
- Size: 57.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Portable Data-Parallel Extensions with oneAPI
These examples are part of the [Portable Data-Parallel Extensions with oneAPI](https://intelpython.github.io/portable-data-parallel-extensions-scipy-2024/) poster for [SciPy 2024](https://www.scipy2024.scipy.org/) presented by [Oleksandr Pavlyk](https://github.com/oleksandr-pavlyk) and [Nikita Grigorian](https://github.com/ndgrigorian)The recommended order to proceed through the examples in `steps` is `first_cpp_app`, `kernel_density_estimation_cpp`, `sycl_python_extension`, and finally `mkl_interface`.