This fixes the following test cases:
- affinity/kmp-affinity.c
- affinity/kmp-hw-subset.c
- affinity/omp-places.c
Differential D139802
[OpenMP] Skip extra blank line when parsing /proc/cpuinfo on LoongArch64 gonglingqin on Dec 11 2022, 6:29 PM. Authored by
Details This fixes the following test cases:
Diff Detail
Event TimelineComment Actions About the title, how about make it more specfic. Like "[OpenMP] Skip extra blank line when parsing /proc/cpuinfo in kmp_affinity.cpp on LoongArch64".
|
"But on LoongArch a blank line exists before ..." so the sentence could be shorter.
Also, as one of the people behind the kernel port, I can tell you we explicitly added the blank line because the "system type" line is unrelated to any of the CPUs; it's kind of global info. Maybe you can try mentioning this design consideration for more context but I feel it's okay to not do so either. It's up to you.