https://github.com/dkurt/compute-runtime-android
Intel(R) Graphics Compute Runtime for OpenCL(TM) for Android(TM)
https://github.com/dkurt/compute-runtime-android
android android-x86 drivers gpu intel opencl runtime
Last synced: 9 months ago
JSON representation
Intel(R) Graphics Compute Runtime for OpenCL(TM) for Android(TM)
- Host: GitHub
- URL: https://github.com/dkurt/compute-runtime-android
- Owner: dkurt
- Created: 2019-10-08T17:11:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T16:02:09.000Z (almost 6 years ago)
- Last Synced: 2025-04-03T10:44:00.797Z (about 1 year ago)
- Topics: android, android-x86, drivers, gpu, intel, opencl, runtime
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intel(R) Graphics Compute Runtime for OpenCL(TM) for Android(TM)
[](https://github.com/dkurt/compute-runtime-android/actions?query=branch%3Amaster)
This repository contains building instructions for Intel's OpenCL for Android x86 OS (64 bit).
**NOTE**: This is a temporal experimental repository in a preview state.
Use provided instructions or built binaries at your own risk.
Official repository: https://github.com/intel/compute-runtime
Download runtime: https://drive.google.com/file/d/1uJr2oq33FAchpF4j8LmVHkai7IzhrLZb/view?usp=sharing
## Build instructions
1. Build in Docker:
```bash
docker build -t intel-opencl intel-opencl
```
2. Copy the binaries:
```bash
docker run -v $(pwd):/mnt intel-opencl cp /ocl/intel-opencl-android-x86_64.tar.gz /mnt
```
You will find an archive in a current working directory.
3. On device
* Create a folder `/system/vendor/Khronos/OpenCL/vendors/` and copy `intel.icd` to it.
* Make sure that the rest of `*.so` libraries are in `LD_LIBRARY_PATH`.