Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Other Backend (OpenCL, DirectCompute, ...) [Nice to have] #80

Closed
soufianekhiat opened this issue Apr 15, 2020 · 1 comment
Closed

Comments

@soufianekhiat
Copy link

Having other backend: DirectX HLSL Direct Compute, OpenCL, Compute OpenGL, ...
Could you explain what is needed to implement another GPUArray (CLArray, DxArray, ...). Or GPUArray which can target CUDA, OpenCL, ... At compile time.

@wjakob
Copy link
Member

wjakob commented Jun 8, 2020

An upcoming version of Enoki is in the works, which will have a LLVM-based backend that compiles to vectorized CPU code (AVX, AVX512, etc.) analogous to the current CUDA array. That's it for now -- my time to work on Enoki is limited, and I don't plan on pursuing DirectX/Metal. Outside contributions are welcomed though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants