home.social

Search

7 results for “lawmurray”

  1. C++ code coverage reports often omit function templates that are not instantiated, which can give a misleading picture of coverage. I've been trying to improve my tooling in this regard, and so added a feature to Doxide to export line data directly from source code that can be mixed in with gcov coverage data. Here's the story so far.

    indii.org/blog/cplusplus-code-

  2. Detailing the tiling scheme used for a CUDA kernel doing matrix-matrix multiplication indii.org/blog/gpu-matrix-mult