Open dorukkilitcioglu opened 5 years ago
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.
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.