[Fix] fatal error C1128 in Test_ReduceSum
Context
Fatal error C1128 in Windows compilation preventing CI from successfully completing https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cpu/-/jobs/485211.
On Microsof website it is specified that:
number of sections exceeded object file format limit : compile with /bigobj
An .obj file exceeded the number of allowable sections, a COFF object file format limitation.
Reaching this section limitation can be the result of using /Gy and a debug build; /Gy causes functions to go into their own COMDAT sections. In a debug build, there is a debug info section for each COMDAT function.
C1128 can also be caused when there are too many inline functions.
Merge request reports
Activity
added Fix 🔥🔥 label
assigned to @pineapple
added 5 commits
-
740a27ba - 1 commit from branch
main
- 82ec2c54 - Register Mul for mixed Float32, Float64 inputs
- d55b42c5 - Hotfix for more generic registry
- 02a3e6a3 - Update backend_cpu with https://gitlab.eclipse.org/eclipse/aidge/aidge_core/-/merge_requests/277
- 5fd95ae7 - Only include what is used for 'Test_ReduceSumImpl.cpp'
Toggle commit list-
740a27ba - 1 commit from branch
added 5 commits
-
5fd95ae7...7593372e - 4 commits from branch
dev
- 2b2974da - Only include what is used for 'Test_ReduceSumImpl.cpp'
-
5fd95ae7...7593372e - 4 commits from branch
mentioned in commit 5f379bac