From a1eb652bbba21ac6e8ba581f7bc904d2af0cc3f3 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Fri, 5 May 2023 10:32:43 +0200
Subject: [PATCH] restore build_starpu_hipcuda ci job

---
 .gitlab/build.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab/build.yml b/.gitlab/build.yml
index 594ccb417..22931bfc7 100644
--- a/.gitlab/build.yml
+++ b/.gitlab/build.yml
@@ -36,12 +36,12 @@ build_starpu_hip:
     BUILD_OPTIONS: "-DCHAMELEON_USE_HIP_ROC=ON -DCHAMELEON_USE_MPI=ON"
     VERSION: starpu_hip
 
-# build_starpu_hipcuda:
-#   extends: .build_script_template
-#   variables:
-#     CHAM_CI_ENV_ARG: hipcuda
-#     BUILD_OPTIONS: "-DCHAMELEON_USE_HIP_CUDA=ON -DCHAMELEON_HIPBLAS_PATH=/home/gitlab/hipcuda/hipblas -DCHAMELEON_USE_MPI=ON"
-#     VERSION: starpu_hipcuda
+build_starpu_hipcuda:
+  extends: .build_script_template
+  variables:
+    CHAM_CI_ENV_ARG: hipcuda
+    BUILD_OPTIONS: "-DCHAMELEON_USE_HIP_CUDA=ON -DCHAMELEON_HIPBLAS_PATH=/home/gitlab/hipcuda/hipblas -DCHAMELEON_USE_MPI=ON"
+    VERSION: starpu_hipcuda
 
 build_starpu_simgrid:
   extends: .build_script_template
-- 
GitLab