chore(gpu): fix gpu package for publication

This commit is contained in:
Agnes Leroy
2024-01-22 13:52:02 +01:00
committed by Arthur Meyre
parent f313b58c8e
commit 548f2e5d05
80 changed files with 4 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ fmt: install_rs_check_toolchain
.PHONY: fmt_gpu # Format rust and cuda code
fmt_gpu: install_rs_check_toolchain
cargo "$(CARGO_RS_CHECK_TOOLCHAIN)" fmt
cd backends/tfhe-cuda-backend/implementation/ && ./format_tfhe_cuda_backend.sh
cd "$(TFHECUDA_SRC)" && ./format_tfhe_cuda_backend.sh
.PHONY: check_fmt # Check rust code format
check_fmt: install_rs_check_toolchain