Open lmeyerov opened 2 years ago
Building for Linux is something we'd like to add, but is not currently supported.
any update?
No, this hasn't been a priority yet.
I would very much like to see this feature being supported. I can only dream of WSL2 and WSA both being supported. Local CI dreams come true...
I am curious if there's any update on the roadmap here.
Is the future plan to upstream this component to Mesa as originally envisioned, or longterm move to a different architecture, since Rusticl supports various hardware acceleration backends now?
e.g. Rusticl with a D3D12 backend, or maturing https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24839 (Rusticl on Zink) and Dozen so that they work together?
Is the future plan to upstream this component to Mesa as originally envisioned
This was never the intention. This component is intentionally separate.
I don't have any timeline updates. I'd still love it to happen, but it hasn't been prioritized yet. I could potentially see rusticl+zink+dozen arriving sooner.
This was never the intention.
Ah, I must have misinterpreted https://devblogs.microsoft.com/directx/in-the-works-opencl-and-opengl-mapping-layers-to-directx/ which implies that it was.
rusticl+zink+dozen would be fine too - hopefully that becomes at least partially usable soon
The
README.md
shows build instructions on the windows side, but I'm unclear if/how to use this from wsl2. Our goal is to run an opencl app on nvidia hw. Any more guidance?apt-get install ocl-icd-libopencl1 ocl-icd-opencl-dev opencl-headers
Blogposts suggest all this will be upstreamed to mesa, but I'm guessing for now, we should be doing something more manual along the lines of the above questions..