Matthew Kotila

Results 5 issues of Matthew Kotila

## Description I'm attempting to follow the CMake git fetch build system instructions below, but the doctest git repository doesn't seem to be getting fetched: https://github.com/doctest/doctest/blob/master/doc/markdown/build-systems.md#cmake ### Steps to reproduce...

has-workaround
type/docs
build-system/cmake
category/build-systems

Remove periodic concurrency feature

The Triton C++ client libraries do not actually use symbols in the CUDA Runtime library (`libcudart.so`). So there's no need to `target_link_libraries()` to `CUDA::cudart`. All they needed was access to...