NVIDIA / nvbench

CUDA Kernel Benchmarking Library
Apache License 2.0
474 stars 63 forks source link

Handle use case where we are in a conda env but with a static fmt lib #133

Closed robertmaynard closed 1 year ago

robertmaynard commented 1 year ago

Previously we presumed that a conda env meant we had a shared library version of fmt which isn't always the case. As a developer could be in a conda env that doesn't have the fmt package installed.