You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
:The text was updated successfully, but these errors were encountered: