mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
39 lines
517 B
YAML
39 lines
517 B
YAML
# 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
|