Open
Description
Reported on the mailing-list.
- SSE version checking doesn't work on Linux. (keypoints/src/brisk_2d.cpp#L1736)
- Programs using Brisk 2D running on a non-compatible hardware (missing SSE 4.2) will make the program crash (segfault). (keypoints/src/brisk_2d.cpp#L1837)
My CPU info (supports SSE 4.1 and SSE 4.2):
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz
stepping : 9
microcode : 0x19
cpu MHz : 1294.101
cache size : 6144 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips : 5382.66
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
Example program output (see mailing-list for the example data)
$ ./test_pcl_1 -target cloud1.pcd -source cloud2.pcd
Target points number : 217088
Source points number : 217088
brisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedbrisk without SSE4.1 support not implementedTarget keypoints number : 912
Source keypoints number : 905
Target descriptor number : 813
Source descriptor number : 827
Erreur de segmentation (core dumped)
More debug info is available on the mailing-list.
Activity