bump version to 3.2 (#1898)

- Bump version to 3.2
- [ci] Enable tests on ROCm 3.1

[ROCm/clr commit: 3b4b58bda6]
This commit is contained in:
Maneesh Gupta
2020-02-27 16:18:31 +05:30
کامیت شده توسط GitHub
والد e5d029b8a4
کامیت d805279060
2فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
+4 -4
مشاهده پرونده
@@ -295,13 +295,13 @@ def docker_upload_dockerhub( String local_org, String image_name, String remote_
String build_config = 'Release'
String job_name = env.JOB_NAME.toLowerCase( )
// The following launches 3 builds in parallel: rocm-head, rocm-3.0.x and cuda-10.x
parallel rocm_3_0:
// The following launches 3 builds in parallel: rocm-head, rocm-3.1.x and cuda-10.x
parallel rocm_3_1:
{
node('hip-rocm')
{
String hcc_ver = 'rocm-3.0.x'
String from_image = 'ci_test_nodes/rocm-3.0.x/ubuntu-16.04:latest'
String hcc_ver = 'rocm-3.1.x'
String from_image = 'ci_test_nodes/rocm-3.1.x/ubuntu-16.04:latest'
String inside_args = '--device=/dev/kfd --device=/dev/dri --group-add=video'
// Checkout source code, dependencies and version files
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
$HIP_BASE_VERSION_MAJOR = "3";
$HIP_BASE_VERSION_MINOR = "1";
$HIP_BASE_VERSION_MINOR = "2";
# Need perl > 5.10 to use logic-defined or
use 5.006; use v5.10.1;