mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(gpu): fix gpu package for publication
This commit is contained in:
committed by
Arthur Meyre
parent
f313b58c8e
commit
548f2e5d05
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user