Skip to content
Snippets Groups Projects
  1. Oct 08, 2021
  2. Oct 05, 2021
    • stanjo74's avatar
      Limit train samples (#2809) · 52598d54
      stanjo74 authored
      * Limit training samples size to 2GB
      
      * simplified DISPLAYLEVEL() macro to use global vqriable instead of local.
      
      * refactored training samples loading
      
      * fixed compiler warning
      
      * addressed comments from the pull request
      
      * addressed @terrelln comments
      
      * missed some fixes
      
      * fixed type mismatch
      
      * Fixed bug passing estimated number of samples rather insted of the loaded number of samples.
      Changed unit conversion not to use bit-shifts.
      
      * fixed a declaration after code
      
      * fixed type conversion compile errors
      
      * fixed more type castting
      
      * fixed more type mismatching
      
      * changed sizes type to size_t
      
      * move type casting
      
      * more type cast fixes
  3. Oct 01, 2021
  4. Sep 29, 2021
  5. Sep 28, 2021
  6. Sep 27, 2021
  7. Sep 26, 2021
  8. Sep 25, 2021
    • Alexander Lobakin's avatar
      [contrib][linux] Fix -Wundef inside Linux kernel tree · 71526e6f
      Alexander Lobakin authored
      
      Commit d7ef97a0
      ("[build] Fix oss-fuzz build with the dataflow sanitizer") broke
      build inside Linux-kernel after 'import', as it no longer can
      conditionally remove ZSTD_MEMORY_SANITIZER definition from
      the #if DEF_A || DEF_B block. This emits -Wundef warning which
      can be treated as error.
      Split this preprocessor condition into two separate conditions
      to fix this.
      
      Fixes: d7ef97a0 ("[build] Fix oss-fuzz build with the dataflow sanitizer")
      Signed-off-by: default avatarAlexander Lobakin <alobakin@pm.me>
      71526e6f
  9. Sep 24, 2021
  10. Sep 23, 2021
Loading