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

Split up Runtime Files and expose simpler FFI headers #424

Open
enricozb opened this issue Aug 21, 2024 · 0 comments
Open

Split up Runtime Files and expose simpler FFI headers #424

enricozb opened this issue Aug 21, 2024 · 0 comments
Assignees
Milestone

Comments

@enricozb
Copy link
Contributor

enricozb commented Aug 21, 2024

The C and CUDA runtime files are monoliths right now which make them a bit difficult to navigate. Additionally the FFI header file must be manually kept in sync. We should have smaller files, and and aim for an FFI header file that simply imports the headers we want to expose. Something like
ffi.c:

#include <runtime.h>
#include <io/result.h>
#include <io/readback.h>
@enricozb enricozb self-assigned this Aug 21, 2024
@developedby developedby added this to the HVM IO lib v0 milestone Aug 21, 2024
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