bump version to 3.2 (#1898)

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

[ROCm/hip commit: 71e1f87f7e]
Bu işleme şunda yer alıyor:
Maneesh Gupta
2020-02-27 16:18:31 +05:30
işlemeyi yapan: GitHub
ebeveyn 2715d1b036
işleme b499822842
2 değiştirilmiş dosya ile 5 ekleme ve 5 silme
+4 -4
Dosyayı Görüntüle
@@ -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 -1
Dosyayı Görüntüle
@@ -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;