Marcin Copik
Marcin Copik
@prajinkhadka Sounds great! we have to merge first the PR updating the version of benchmarks, and then we can finalize this one :-) We will work on this soon.
@prajinkhadka Thank you so much for your work! I merged your contributions through the PR #227
@coderabbitai pause
I'm experiencing the same issue with `gfortran 11.3`. ``` module_netcdf_nf_data.F90:167:54: 167 | Integer, Parameter :: NF_NOQUANTIZE = NC_NOQUANTIZE | 1 Error: Symbol ‘nc_noquantize’ at (1) has no IMPLICIT type; did...
@WardF For what's it worth, I installed `netcdf-c 4.9.2` with quantization support - at least that's according to the `config.log`. Not sure about the actual installation, as `nc-config` claims there's...
@tbennun Few simple comments (might be naive): - This sentence makes no sense to me "CUDA backend is GPU-specific, not general GPU" - I'd add to the issue the incredible...
@pratyai Thanks for the hard work of collecting those! @acalotoiu Should just we make `normalize_offset = True` the default case everywhere?
The first problem with intrinsic should be fixable by adding `VOID`; I tested it on one example and it works. I also found the reason why the second one fails....
@tbennun Thank you, LGTM!
Same problem here. Could we maybe support at least `string_view`?