Skip to content

Commit

Permalink
chore(frontend): [GPU release] enable compilation with timing support…
Browse files Browse the repository at this point in the history
… by default and use runtime environment variable to activate as required.
  • Loading branch information
antoniupop committed Jul 14, 2024
1 parent 0bc933a commit 4d7fe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/concrete_python_release_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d7fe18

Please sign in to comment.