mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
15 lines
541 B
Bash
Executable File
15 lines
541 B
Bash
Executable File
#! /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
|