You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: For build system with 16G or less memory, recommend to use less than 5 threads for compilation, you may meet out of memory issue when more than 4 threads used for compilation.
104
+
Note: For build system with 16G or less memory, to avoid out of memory issues,
105
+
it is recommended to add the option `-DLLVM_PARALLEL_LINK_JOBS=1` in the CMake step and use 4 or less total parallel jobs when building SYCLomatic by invoking `ninja` with the option `-j4`:
0 commit comments