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
Right now, the config struct is very rigid in terms of the number of necessary variables (all of them) and their order (must be correct every time). Instead, we could try to read a JSON file.
Right now, the config struct is very rigid in terms of the number of necessary variables (all of them) and their order (must be correct every time). Instead, we could try to read a JSON file.
The aptly named json library looks great, but it doesn't work with CUDA. There are two others which I haven't tried yet, so hopefully they work.
The text was updated successfully, but these errors were encountered: