Tim Martin

Results 12 issues of Tim Martin

**Describe the Bug** When the ReductionTests for argmin and argmax are run with a matx:HostExecutor, a segfault occurs. **To Reproduce** Change the `if (std::is_same_v)` to `if (1)`, recompile, and run....

**Describe the Bug** Unit tests throw an instance of std::bad_any_cast when compiling with MATX_DISABLE_CUB_CACHE=OFF ``` Note: Google Test filter = ReductionTestsNumericNoHalfAllExecs/0.Sum* [==========] Running 1 test from 1 test suite. [----------]...