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

[AMDGPU] Device Side Enqueue #5

Open
4 tasks
DiamondLovesYou opened this issue Apr 12, 2021 · 0 comments
Open
4 tasks

[AMDGPU] Device Side Enqueue #5

DiamondLovesYou opened this issue Apr 12, 2021 · 0 comments
Assignees

Comments

@DiamondLovesYou
Copy link
Member

Tracking issue for implementing device side enqueue for AMDGPU/Rocm/HSA accelerators.

  • AOT Compilation of nested kernels
  • Associate ^ w/ their respective HSA kernel image handles. A first draft of this TODO could just use specialization params, but long term it'll probably be a real drag to require separate enumeration of a nested kernels. Instead, we should use the compiler to find out this info and then just store it somewhere like we do for kernel instances.
  • Make ArgsPool accessible in a LAP so that GPUs can bump the base pointer.
  • Completion signals: should the current invocation's signal be incremented or should we allow usage of pre-created signals? Regardless, the signals themselves can't be created GPU-side.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant