-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[aot] [vulkan] Add AotKernel and its Vulkan impl #4387
Conversation
✔️ Deploy Preview for docsite-preview canceled. 🔨 Explore the source changes: dfeb1b4 🔍 Inspect the deploy log: https://app.netlify.com/sites/docsite-preview/deploys/621a35538399580007a2902f |
/format |
|
||
private: | ||
VkRuntime *const runtime_; | ||
const KernelHandle handle_; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity, I wonder maybe we can ditch the KernelHandle thing and use some pure data structure to replace it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do prefer KernelHandle
for type safety. It's identical to an integer, so no runtime overhead :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
/rerun |
/format |
/rerun |
/format |
Related issue = #3642