simd-math icon indicating copy to clipboard operation
simd-math copied to clipboard

SIMD unittests [WIP]

Open JacobDomagala opened this issue 3 years ago • 1 comments

Related to https://github.com/NexGenAnalytics/simd-math/issues/1

TODO:

  • [x] Add gtest
  • [x] Create src/test directories and add CMake support
  • [ ] Add tests

JacobDomagala avatar Aug 17 '21 17:08 JacobDomagala

Unit tests need to work on:

  • [ ] cover all public functionality of the SIMD classes and its child classes.
  • [ ] X86 CPUs
  • [ ] ARM CPUs
  • [ ] IBM Power CPUs
  • [ ] NVIDIA GPUs

fnrizzi avatar Sep 20 '21 06:09 fnrizzi