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

OpenCL Support. #12413

Open
abhaskumarsinha opened this issue May 13, 2024 · 2 comments
Open

OpenCL Support. #12413

abhaskumarsinha opened this issue May 13, 2024 · 2 comments

Comments

@abhaskumarsinha
Copy link

Currently, XLA seems supporting - CPU, GPU and TPU hardware.

Does OpenXLA team plans to use Open Source OpenCL that is somewhat very similar to CUDA?
Or does XLA support RISC-V CPUs currently?

OpenCL is an open and very portable standard framework of code and no framework supporting it properly - PyTorch, TensorFlow or JAX makes me think about it.

@cheshire
Copy link
Member

OpenCL is not supported and isn't planned. I'm not an expert, but in my understanding OpenCL offers very limited programmability : no TensorCores, very limited datatypes, etc.

@abhaskumarsinha
Copy link
Author

Hello @cheshire

OpenCL is not supported and isn't planned. I'm not an expert, but in my understanding OpenCL offers very limited programmability : no TensorCores, very limited datatypes, etc.

Thank you for your reply. I'm not an expert with OpenCL either.

But I'm more concerned about open architectures and software units that are open source. From the best of my search for an alternative to CUDA, I've found only OpenCL as a viable alternative that can be ported to open architectures like RISC-V.

Do you have a good open-source alternative that can be ported to RISC-V like open architectures and can be optimized too?

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