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

Unified backend device API #2736

Open
15 of 21 tasks
k-ye opened this issue Aug 20, 2021 · 1 comment
Open
15 of 21 tasks

Unified backend device API #2736

k-ye opened this issue Aug 20, 2021 · 1 comment
Labels
feature request Suggest an idea on this project

Comments

@k-ye
Copy link
Member

k-ye commented Aug 20, 2021

Let's use this bug to track the unified device API works.

  • LLVM
    • Allocation
    • Compute
    • Graphics
  • Vulkan
    • Allocation
    • Compute
    • Graphics
  • Metal
    • Allocation
    • Compute
    • Graphics
  • OpenGL
    • Allocation
    • Compute
    • Graphics

ProgramImpl for each backend:

  • LLVM
  • Vulkan
  • Metal
  • OpenGL
  • CC
@k-ye k-ye added the feature request Suggest an idea on this project label Aug 20, 2021
@k-ye k-ye mentioned this issue Aug 20, 2021
43 tasks
@bobcao3
Copy link
Collaborator

bobcao3 commented Aug 20, 2021

I think we should also add in a part where we refactors the program.cpp and kernel.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Suggest an idea on this project
Projects
Status: In Progress
Development

No branches or pull requests

2 participants