An open API service indexing awesome lists of open source software.

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++

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`.