Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@leoyala leoyala released this 12 Aug 12:05
· 24 commits to develop since this release

Added

  • Added new macro definition for CUDA_SAFE_CALL_INFO to print additional information when an error occurs.
  • MCML now expects an MCO file instead of an MCO FOLDER as input.
  • Added conan package
  • Adds editor config and pre-commit hooks
  • Added -V flag to print software version and build information

Changed

  • Modified path for safe_primes installation to the same path as MCML
  • Defined path to safeprimes relative to the executable path

Removed

  • Removed elapsed time computation as it was not used anymore.
  • Removed deprecated information from README.md
  • Removed dependency from the definition of CUDA_ARCH
  • Removed unused include statements.