Chad Faragher
Chad Faragher
https://github.com/NVIDIA/cuda-samples/blob/b312abaa07ffdc1ba6e3d44a9bc1a8e89149c20b/Samples/2_Concepts_and_Techniques/boxFilter/boxFilter_kernel.cu#L450 The `d_src` parameter is unused. It's an unexpected curiosity that is difficult to understand. The function signature suggests that the source image arrives via the `d_src` parameter, it is...
Issue Type: Bug The Kotlin syntax for a double-quote char literal is `'"'`. Enter this by typing '"'. This syntax is highlighted incorrectly in vscode. It's highlighted as if the...
Corrected spelling mistakes and typos.
I was able to create a registry implementation that passes all the compliance tests, but still fails to work correctly with a `docker push` command on Docker for Windows. To...
This is a pretty straightforward fix. The `debug` call was misspelled. Changed `debuf` --> `debug`.
I'd like to bolster support for this proposal, the existence of which was revealed to me upon asking [this question at Stack Overflow](https://stackoverflow.com/q/67989808/1563833), in which I independently posited the existence...
In this PR, I changed the date format from ddMMyyhhmmssSSS to yyyyMMddhhmmssSSS. The reason for this is that sorting files by filename will now also sort them by date. This...