From 2c3c97a9d2c792d96352beaa7c74d1717b16b6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Mon, 4 Nov 2024 14:13:29 +0100 Subject: [PATCH] chore : dummy commit to delete --- aidge_backend_cuda/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aidge_backend_cuda/__init__.py b/aidge_backend_cuda/__init__.py index c59afd6..713dbc4 100644 --- a/aidge_backend_cuda/__init__.py +++ b/aidge_backend_cuda/__init__.py @@ -1,2 +1,2 @@ from aidge_backend_cuda.aidge_backend_cuda import * # import so generated by PyBind -from ._version import * +# from ._version import * diff --git a/setup.py b/setup.py index 706fc53..efbcaea 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ class CMakeBuild(build_ext): def run(self): # This lists the number of processors available on the machine # The compilation will use half of them - max_jobs = str(ceil(multiprocessing.cpu_count() / 2)) + max_jobs = str(ceil(multiprocessing.cpu_count() - 6)) cwd = pathlib.Path().absolute() -- GitLab