1. 27 Nov, 2018 1 commit
  2. 08 May, 2018 1 commit
  3. 09 Apr, 2018 1 commit
    • DawnStone's avatar
      add GPU backend support for contrib/docker make process (#814) · 24afb41e
      DawnStone authored
      * adding support for GPU backend to contrib/docker
      
      added gpu dockerfiles
      
      renamed Dockerfile for centos74
      
      fixed NGRAPH_GPU_ENABLE cmake flag name
      
      * Check for GPU support on the host system and fall back to CPU if not present
      
      * removed double option for PREBUILT_LLVM
      
      * updated README.md with additional references for GPU support
      
      * added clarifying comments
      
      cleaned up duplicate settings
      
      * removed deprecated targets from the contrib/docker/Makefile
      
      * resolved absolute vs. conditional assignment for variables based on reference OS
      
      * removed example using a custom DOCKERFILE from README file
      24afb41e
  4. 15 Mar, 2018 2 commits
  5. 05 Mar, 2018 1 commit
  6. 23 Feb, 2018 1 commit
    • DawnStone's avatar
      enable dockerfile build/test with CentOS 7.4 (#517) · 480cf8f3
      DawnStone authored
      * added Dockerfile.ngraph_cpp.centos74_cmake3, run_as_centos_user.sh, and run_as_ubuntu_user.sh to enable build/test with centos74
      
      * added RUN_AS_USER variable as input for contrib/docker/Makefile
      
      * moved dockerfile for centos7 to contrib/docker
      
      * updated Makefile to take OS as a parameter from the command line for contrib/docker make targets
      
      * fixed capability for setting OS variable on the command line for the contrib/docker/Makefile
      
      * setting the NGRAPH_USE_PREBUILT_LLVM only if the gcc version is not 4.8
      
      * setting NGRAPH_USE_PREBUILT_LLVM for all ubuntu builds
      
      * updated contrib/docker/Makefile to enable the OS=centos74 override for make check_gcc
      480cf8f3