1. 05 Jul, 2017 1 commit
    • bot1131357's avatar
      Check for __ARM_NEON__ for libpng (#679) · 5089196e
      bot1131357 authored
      *  Added check to see if __ARM_NEON__ is defined. Now we can use the following command: cmake --build --config Release ..
      
      * Rename to use_arm_neon.cmake to check_if_neon_available.cmake for clarity, minor tidying up of script, and simplifying try_compile() code for ARM NEON.
      5089196e
  2. 04 Jul, 2017 4 commits
  3. 03 Jul, 2017 1 commit
    • Juha Reunanen's avatar
      Disable IntelliSense for all DNN unit tests (#678) · 4ec04bd5
      Juha Reunanen authored
      * Problem:    Visual Studio's vcpkgsrv.exe constantly uses a single CPU core,
                  apparently never finishing whatever it's trying to do. Moreover,
                  this issue prevents some operations like switching from Debug to
                  Release (and vice versa) in the IDE. (Your mileage may vary.)
      Workaround: Keep manually killing the vcpkgsrv.exe process.
      Solution:   Disable IntelliSense for some files. Which files? Unfortunately
                  this seems to be a trial-and-error process.
      
      * Disable IntelliSense for the ResNet declarations
      
      * Disable IntelliSense for even more stuff
      
      * Disable IntelliSense for all DNN unit tests
      4ec04bd5
  4. 02 Jul, 2017 2 commits
  5. 01 Jul, 2017 16 commits
  6. 30 Jun, 2017 1 commit
    • Juha Reunanen's avatar
      Problem: Visual Studio's vcpkgsrv.exe constantly uses a single CPU core, (#666) · 2ee26aa5
      Juha Reunanen authored
      apparently never finishing whatever it's trying to do. Moreover,
                  this issue prevents some operations like switching from Debug to
                  Release (and vice versa) in the IDE. (Your mileage may vary.)
      Workaround: Keep manually killing the vcpkgsrv.exe process.
      Solution:   Disable IntelliSense for some files. Which files? Unfortunately
                  this seems to be a trial-and-error process.
      2ee26aa5
  7. 28 Jun, 2017 2 commits
  8. 27 Jun, 2017 3 commits
  9. 26 Jun, 2017 1 commit
  10. 22 Jun, 2017 1 commit
  11. 21 Jun, 2017 2 commits
  12. 20 Jun, 2017 2 commits
  13. 18 Jun, 2017 1 commit
  14. 17 Jun, 2017 1 commit
  15. 13 Jun, 2017 1 commit
  16. 07 Jun, 2017 1 commit