mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
More updates to CI config.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
build*/
|
||||
.idea
|
||||
cmake-build-*
|
||||
*~
|
||||
|
||||
38
ci/axis/cpu.yml
Normal file
38
ci/axis/cpu.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright (c) 2018-2020 NVIDIA Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
# Released under the Apache License v2.0 with LLVM Exceptions.
|
||||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
SDK_TYPE:
|
||||
- cuda
|
||||
|
||||
SDK_VER:
|
||||
- 11.5.1-devel
|
||||
|
||||
OS_TYPE:
|
||||
- ubuntu
|
||||
|
||||
OS_VER:
|
||||
- 20.04
|
||||
|
||||
CXX_TYPE:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
CXX_VER:
|
||||
- 5
|
||||
- 6
|
||||
- 7
|
||||
- 8
|
||||
- 9
|
||||
- 10
|
||||
- 11
|
||||
- 12
|
||||
|
||||
exclude:
|
||||
- CXX_TYPE: clang
|
||||
CXX_VER: 5
|
||||
- CXX_TYPE: clang
|
||||
CXX_VER: 6
|
||||
- CXX_TYPE: gcc
|
||||
CXX_VER: 12
|
||||
@@ -20,20 +20,11 @@ CXX_TYPE:
|
||||
- gcc
|
||||
|
||||
CXX_VER:
|
||||
- 5
|
||||
- 6
|
||||
- 7
|
||||
- 8
|
||||
- 9
|
||||
- 10
|
||||
- 11
|
||||
- 12
|
||||
|
||||
exclude:
|
||||
- CXX_TYPE: clang
|
||||
CXX_VER:
|
||||
- 5
|
||||
- 6
|
||||
CXX_VER: 11
|
||||
- CXX_TYPE: gcc
|
||||
CXX_VER:
|
||||
- 12
|
||||
CXX_VER: 12
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
################################################################################
|
||||
# Thrust and CUB build script for gpuCI
|
||||
# NVBench build script for gpuCI
|
||||
################################################################################
|
||||
|
||||
set -e
|
||||
|
||||
14
ci/cpu/build.bash
Executable file
14
ci/cpu/build.bash
Executable file
@@ -0,0 +1,14 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
# Copyright (c) 2018-2020 NVIDIA Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
# Released under the Apache License v2.0 with LLVM Exceptions.
|
||||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
################################################################################
|
||||
# NVBench build script for gpuCI (CPU-only)
|
||||
################################################################################
|
||||
|
||||
export PARALLEL_LEVEL=${PARALLEL_LEVEL:-4}
|
||||
|
||||
source ${WORKSPACE}/ci/common/build.bash
|
||||
@@ -6,7 +6,7 @@
|
||||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
################################################################################
|
||||
# Thrust and CUB build script for gpuCI (heterogeneous)
|
||||
# NVBench build script for gpuCI (heterogeneous)
|
||||
################################################################################
|
||||
|
||||
export PARALLEL_LEVEL=${PARALLEL_LEVEL:-4}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
|
||||
################################################################################
|
||||
# Thrust and CUB local containerized build script
|
||||
# NVBench local containerized build script
|
||||
################################################################################
|
||||
|
||||
function usage {
|
||||
|
||||
Reference in New Issue
Block a user