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
- Host: GitHub
- URL: https://github.com/intelpython/dpcpp-llvm-spirv
- Owner: IntelPython
- License: other
- Created: 2022-12-02T14:48:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T18:41:16.000Z (10 months ago)
- Last Synced: 2025-04-12T21:06:36.347Z (about 2 months ago)
- Language: Python
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Security: SECURITY.md
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.