You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently do not test on all platforms that we support. We should test each supported major version of GCC, Clang, and MSVC. Thrust has decent coverage since DVS builds the Thrust tests and examples, but DVS does not know about CUB. We currently know that the CUB test harness cannot be built on GCC 5, see error below.
Deliverables
Manually validate Thrust/CUB and enable Thrust's gpuCI for the latest releases of:
GCC
5
6
7
8
9
10
Clang
6 (will deprecate)
7
8
9
10
MSVC:
2017 (will deprecate)
2019
Fix all compile and runtime issues identified by these tests.
Add DVS coverage for CUB tests (Teach DVS to run our gpuCI containers?)
Add gpuCI coverage for MSVC.
The text was updated successfully, but these errors were encountered:
alliepiper
changed the title
CUB tests do not build with gcc-5
CUB tests need improved compiler coverage
Nov 19, 2020
Milestone Target Summary
We currently do not test on all platforms that we support. We should test each supported major version of GCC, Clang, and MSVC. Thrust has decent coverage since DVS builds the Thrust tests and examples, but DVS does not know about CUB. We currently know that the CUB test harness cannot be built on GCC 5, see error below.
Deliverables
The text was updated successfully, but these errors were encountered: