https://github.com/infinitensor/clrt
opencl runtime
https://github.com/infinitensor/clrt
driver
Last synced: 4 months ago
JSON representation
opencl runtime
- Host: GitHub
- URL: https://github.com/infinitensor/clrt
- Owner: InfiniTensor
- License: mit
- Created: 2024-11-07T08:02:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T09:56:42.000Z (over 1 year ago)
- Last Synced: 2025-10-11T14:32:23.319Z (9 months ago)
- Topics: driver
- Language: Rust
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clrt
[](https://github.com/InfiniTensor/clrt/actions)
[](https://mit-license.org/)


[](https://github.com/InfiniTensor/clrt/issues)
[](https://github.com/InfiniTensor/clrt/pulls)


OpenCL™ 运行时。
## 环境配置
必须配置环境变量 `OPENCL_HEADERS` 和 `OPENCL_LIB` 以使用项目。
`OPENCL_HEADERS` 指向 OpenCL™ 头文件位置,即克隆 [OpenCL-Headers](https://github.com/KhronosGroup/OpenCL-Headers) 项目的路径。
`OPENCL_LIB` 是 OpenCL™ 库的存放的路径,可能是类似 `*/lib`、`*/lib64` 或 `*/lib/x64` 的路径。