Deploy VTA on Intel FPGA
INTERNATIONAL INDUSTRIES, INCORPORATED ACCELERATED VISUAL PERCEPTION LIANGFU CHEN 11/16/2019 DEPLOY VTA ON INTEL FPGA©2019 HARMAN INTERNATIONAL INDUSTRIES, INCORPORATED 2 Moore’s Law is Slowing Down INCORPORATED 4 Terasic DE10-Nano DEPLOY VTA ON INTEL FPGA©2019 HARMAN INTERNATIONAL INDUSTRIES, INCORPORATED 5 Software - CMA Contiguous Memory Allocation – Linux Kernel DEPLOY VTA ON INTEL FPGA https://pynq INTERNATIONAL INDUSTRIES, INCORPORATED 6 Software - CMA Contiguous Memory Allocation – Linux Kernel Module DEPLOY VTA ON INTEL FPGA Setup Environment Variables Navigate to 3rdparty/cma and build kernel module0 码力 | 12 页 | 1.35 MB | 5 月前3Deploy WAR, EAR files inthe Java EE Server
Tomcat Sun NetBean, Eclipse Eclipse, Oracle JDevelpoer ︎ Deploy WAR, EAR files in the Java EE Server. ︎ According to environment, modify and deploy configuration files, then manage Java EE system. ︎ Varify0 码力 | 1 页 | 51.98 KB | 1 年前3Cilium v1.9 Documentation
minikube start command. With this flag enabled, minikube will not only mount eBPF file system but also deploy quick- install.yaml automatically. However, this may not install the latest version of cilium. 4 13m coredns-86c58d9df4-4l6b2 1/1 Running 0 13m Deploy the connectivity test You can deploy the “connectivity-check” to test connectivity between pods. It is recommended for this. kubectl create ns cilium-test Deploy the check with: kubectl apply -n cilium-test -f https://raw.githubusercontent.com/cilium/ci It will deploy a series of deployments which will use various0 码力 | 1263 页 | 18.62 MB | 1 年前3Cilium v1.8 Documentation
minikube start command. With this flag enabled, minikube will not only mount eBPF file system but also deploy quick- install.yaml automatically. 4. Mount the eBPF filesystem minikube ssh -- sudo mount bpffs 13m coredns-86c58d9df4-4l6b2 1/1 Running 0 13m Deploy the connectivity test You can deploy the “connectivity-check” to test connectivity between pods. It is recommended for this. kubectl create ns cilium-test Deploy the check with: kubectl apply -n cilium-test -f https://raw.githubusercontent.com/cilium/ci It will deploy a series of deployments which will use various0 码力 | 1124 页 | 21.33 MB | 1 年前3Hyperledger Fabric 2.5 中文文档
api import local def prepare_deploy(): local("./manage.py test my_app") local("git add -p && git commit") local("git push") 这段代码的输出会是这样: $ fab prepare_deploy [localhost] run: ./manage.py test add -p && git commit") def push(): local("git push") def prepare_deploy(): test() commit() push() 这个 prepare_deploy 任务仍可以像之前那样调用,但现在只要你愿意,就可 以调用更细粒度的子任务。 故障 我们的基本案例已经可以正常工作了,但如果测试失败了会怎样?我们应该抓 的测试。 Fabric 会检查被调用程序的返回值,如果这些程序没有干净地退出,Fabric 会 终止操作。下面我们就来看看如果一个测试用例遇到错误时会发生什么: $ fab prepare_deploy [localhost] run: ./manage.py test my_app Creating test database... Creating tables Creating indexes0 码力 | 138 页 | 154.00 KB | 1 年前3Apache Karaf Container 4.x - Documentation
Overview 2. Quick Start 2.1. Prerequisites 2.2. Start the server 2.3. Shell console basics 2.4. Deploy a sample application 2.5. Stopping and uninstalling the sample application 2.6. Stopping Karaf goals 5.7.3. Features and kar goals 5.7.4. Instances and distributions goals 5.7.5. Run, client, deploy goals 5.7.6. Dockerfile, Docker 5.8. Custom distributions 5.8.1. Maven assembly 5.8.2. (deprecated provided features: • Hot deployment: simply drop a file in the deploy directory, Apache Karaf will detect the type of the file and try to deploy it. • Complete Console: Apache Karaf provides a complete Unix-like0 码力 | 370 页 | 1.03 MB | 1 年前3TiDB v5.4 Documentation
Start Guide for the TiDB Database Platform · · · · · · · · · · · · · · · · · · · · · · 87 3.1.1 Deploy a local test cluster· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · TiDB· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 112 3 4 Deploy 113 4.1 Software and Hardware Recommendations· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 123 4.2.1 Mount the data disk ext4 filesystem with options on the target ma- chines that deploy TiKV· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 123 4.2.2 Check0 码力 | 3650 页 | 52.72 MB | 1 年前3Cilium v1.7 Documentation
13m coredns-86c58d9df4-4l6b2 1/1 Running 0 13m Deploy the connectivity test You can deploy the “connectivity-check” to test connectivity between pods. kubectl apply -f -f https://raw.githubusercontent.com/cilium/cilium/v1.7/examp It will deploy a series of deployments which will use various connectivity paths to connect to each other. Connectivity paths include with and Hubble Github page [https://github.com/cilium/hubble]. Generate the deployment files using Helm and deploy it: git clone https://github.com/cilium/hubble.git --branch v0.5 cd hubble/install/kubernetes helm0 码力 | 885 页 | 12.41 MB | 1 年前3Hyperledger Fabric 1.4 中文文档
api import local def prepare_deploy(): local("./manage.py test my_app") local("git add -p && git commit") local("git push") 这段代码的输出会是这样: $ fab prepare_deploy [localhost] run: ./manage.py test add -p && git commit") def push(): local("git push") def prepare_deploy(): test() commit() push() 这个 prepare_deploy 任务仍可以像之前那样调用,但现在只要你愿意,就可 以调用更细粒度的子任务。 故障 我们的基本案例已经可以正常工作了,但如果测试失败了会怎样?我们应该抓 的测试。 Fabric 会检查被调用程序的返回值,如果这些程序没有干净地退出,Fabric 会 终止操作。下面我们就来看看如果一个测试用例遇到错误时会发生什么: $ fab prepare_deploy [localhost] run: ./manage.py test my_app Creating test database... Creating tables Creating indexes0 码力 | 145 页 | 161.53 KB | 1 年前3Cilium v1.6 Documentation
13m coredns-86c58d9df4-4l6b2 1/1 Running 0 13m Deploy the connectivity test You can deploy the “connectivity-check” to test connectivity between pods. kubectl apply -f -f https://raw.githubusercontent.com/cilium/cilium/v1.6/examp It will deploy a simple probe and echo server running with multiple replicas. The probe will only report readiness while it can successfully 13m coredns-86c58d9df4-4l6b2 1/1 Running 0 13m Deploy the connectivity test You can deploy the “connectivity-check” to test connectivity between pods. kubectl apply -f0 码力 | 734 页 | 11.45 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100