@Raccoon @DeltaWye @thomasfuchs OpenCL was an early attempt at an open standard. The current-gen standand is Compute Shaders, which is integrated into Vulkan, Metal, and DX12. The wgpu (rust) and dawn (C++) libraries provide cross-platform access to this interface.