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
Expected outcome:
Current host code APIs in zluda does not use generated bindings: every CUDA update requires manually reapplying the functions we expose. Instead zluda should use cuda_function_declarations macro, same as zluda_dump.
While at it, CUresult should be redefined to effectively be Result<(), NonZeroU32>
Expected outcome:
Current host code APIs in
zluda
does not use generated bindings: every CUDA update requires manually reapplying the functions we expose. Insteadzluda
should usecuda_function_declarations
macro, same aszluda_dump
.While at it,
CUresult
should be redefined to effectively beResult<(), NonZeroU32>
Comments:
The text was updated successfully, but these errors were encountered: