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

https://github.com/intelpython/dpcpp-llvm-spirv

Python package to vendor oneAPI DPC++'s llvm-spirv executable for use by numba-dpex
https://github.com/intelpython/dpcpp-llvm-spirv

Last synced: about 2 months ago
JSON representation

Python package to vendor oneAPI DPC++'s llvm-spirv executable for use by numba-dpex

Awesome Lists containing this project

README

        

# dpcpp-llvm-spirv

This Python package vendors `llvm-spirv` executable from Intel(R) oneAPI DPC++ Compiler.

The package provides a function `get_llvm_spirv_path()` to query the path of the executable,
as well as the `__version__` and `__license__` attributes.

The package versioning aligns with the versioning of the oneAPI DPC++ Compiler.