Skip to content
Snippets Groups Projects
Commit 2c3c97a9 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : dummy commit to delete

parent beefd5c9
No related branches found
No related tags found
No related merge requests found
Pipeline #58284 canceled
from aidge_backend_cuda.aidge_backend_cuda import * # import so generated by PyBind
from ._version import *
# from ._version import *
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment