This is an automated email from the ASF dual-hosted git repository. vega pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm-vta.git
commit e092d488ed74c1eb09a8627cdc9a39093afa8033 Author: Luis Vega <[email protected]> AuthorDate: Fri Aug 27 23:28:07 2021 +0000 update docker --- Jenkinsfile | 6 +++--- hardware/intelfocl/README.rst | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 33b16f3..1aa0349 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,9 +21,9 @@ // Jenkins pipeline // See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/ -ci_lint = "tvmai/ci-lint:v0.51" -ci_cpu = "tvmai/ci-cpu:v0.55" -ci_i386 = "tvmai/ci-i386:v0.52" +ci_lint = "tlcpack/ci-lint:v0.67" +ci_cpu = "tlcpack/ci-cpu:v0.77" +ci_i386 = "tlcpack/ci-i386:v0.73" // command to start a docker container // NOTE: docker container provides an extra layer of isolation diff --git a/hardware/intelfocl/README.rst b/hardware/intelfocl/README.rst index cedd697..fafe480 100644 --- a/hardware/intelfocl/README.rst +++ b/hardware/intelfocl/README.rst @@ -1,3 +1,20 @@ +<!--- Licensed to the Apache Software Foundation (ASF) under one --> +<!--- or more contributor license agreements. See the NOTICE file --> +<!--- distributed with this work for additional information --> +<!--- regarding copyright ownership. The ASF licenses this file --> +<!--- to you under the Apache License, Version 2.0 (the --> +<!--- "License"); you may not use this file except in compliance --> +<!--- with the License. You may obtain a copy of the License at --> + +<!--- http://www.apache.org/licenses/LICENSE-2.0 --> + +<!--- Unless required by applicable law or agreed to in writing, --> +<!--- software distributed under the License is distributed on an --> +<!--- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --> +<!--- KIND, either express or implied. See the License for the --> +<!--- specific language governing permissions and limitations --> +<!--- under the License. --> + Intel OpenCL for FPGA Setup ---------------------------
