regcore_sycl.dll — GroundTex SYCL backend (Windows x64)
Ground-texture RegCore compiled for SYCL, targeting Intel integrated GPUs. Use this on machines with Intel graphics and no NVIDIA card.
Requirements
- Intel integrated GPU with a current graphics driver
- the Intel oneAPI runtime libraries — download
sycl_dependenciesfrom this same GroundTex section and unpack it beside the executable.regcore_sycl.dllwill not load without it.
Install
- Drop
regcore_sycl.dllnext toDetourLite.exe. - Unpack
sycl_dependencies(intel_lib.zip) into the same directory.
Selecting it
DETOUR_REGCORE=sycl
DETOUR_REGCORE=sycl,gtex_cpu # SYCL if it loads, else CPU
Aliases: sycl, regcore_sycl.
Choosing between the GroundTex backends
| Hardware | Use |
|---|---|
| NVIDIA GPU | regcore_cuda |
| Intel iGPU | regcore_sycl + sycl_dependencies |
| No usable GPU, Windows | regcore_cpu (GtexCPUPlugin) |
| No usable GPU, Linux | regcore_cpu_linux |