Skip to content
Snippets Groups Projects
  1. Oct 11, 2017
  2. Oct 09, 2017
  3. Oct 08, 2017
  4. Sep 25, 2017
  5. Sep 05, 2017
  6. Aug 17, 2017
  7. Aug 01, 2017
  8. Jul 31, 2017
    • Edward Z. Yang's avatar
      Build system and dynamic library fixes (#283) · e9744431
      Edward Z. Yang authored
      
      * Install rules and dynamic library loading fixes.
      
      A batch of fixes:
      
      - Added 'install' rule to cmake and make, which installs runtime
        headers and library (libtvm_runtime).
      
      - Added 'installdev' rule to make, which also installs the compiler
        infrastructure headers and library (libtvm)
      
      - Added 'INSTALL_DEV' option to cmake, for toggling installation
        of compiler infrastructure headers and library
      
      - cmake no longer builds into lib/ directory; instead all build
        products go in your build directory
      
      - New algorithm for dynamic library loading, as described in #281.
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@fb.com>
      
      * Emit dylib on OS X
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@fb.com>
      
      * Lint fixes.
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@fb.com>
      e9744431
  9. May 31, 2017
  10. May 20, 2017
  11. May 18, 2017
  12. May 07, 2017
  13. May 05, 2017
  14. Mar 14, 2017
  15. Feb 27, 2017
  16. Feb 26, 2017
Loading