Lessokaji MDCS Downloads

regcore_sycl

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_dependencies from this same GroundTex section and unpack it beside the executable. regcore_sycl.dll will not load without it.

Install

  1. Drop regcore_sycl.dll next to DetourLite.exe.
  2. 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