From 4d7fe186133266e55e21a22c32dc340ff0c4354e Mon Sep 17 00:00:00 2001 From: Antoniu Pop Date: Fri, 28 Jun 2024 10:02:52 +0100 Subject: [PATCH] chore(frontend): [GPU release] enable compilation with timing support by default and use runtime environment variable to activate as required. --- .github/workflows/concrete_python_release_gpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/concrete_python_release_gpu.yml b/.github/workflows/concrete_python_release_gpu.yml index a39c813a45..f29119254b 100644 --- a/.github/workflows/concrete_python_release_gpu.yml +++ b/.github/workflows/concrete_python_release_gpu.yml @@ -104,7 +104,7 @@ jobs: cd /concrete/compilers/concrete-compiler/compiler make BUILD_DIR=/build CCACHE=ON DATAFLOW_EXECUTION_ENABLED=OFF Python3_EXECUTABLE=$(which python) \ - CUDA_SUPPORT=ON CUDA_PATH=${{ env.CUDA_PATH }} python-bindings + CUDA_SUPPORT=ON TIMING_ENABLED=ON CUDA_PATH=${{ env.CUDA_PATH }} python-bindings echo "Debug: ccache statistics (after the build):" ccache -s