Theodore Papadopoulo

Results 23 issues of Theodore Papadopoulo

Just to document some issues I found while attempting to have the cmake build in travis.... 1) On MacOS, the gnu build is the same as the clang build. Because,...

Current git version tests fail to compile when building test_tensordot.cpp.o. The message (repeated several times) is: /usr/include/xtensor/xiterator.hpp:324:86: error: invalid use of incomplete type ‘struct xt::detail::LAYOUT_FORBIDEN_FOR_XITERATOR’ using checking_type = typename detail::LAYOUT_FORBIDEN_FOR_XITERATOR::type;...

It seems that the AliceVision has been made to work with OpenEXR 2.x. But now OpenEXR 3.x seems to be here for almost a year. It would be nice to...

The base directory for cmake and pkgconfig files is CMAKE_INSTALL_DATAROOTDIR which is set by default to /usr/share on linux. The documentation says that it is better to use GNUInstallDirs instead....

This is probably not very easy.... But since, we have all this machinery for setting up the environment for th builders. Could it be possible to abstract out of it...

This seems to be a new facility. Should we use it ?

Advantages: - Better test the python interface which should be reliable now. - We can defer input/output to python, so there is less code to maintain. In particular, matrix IO...

The directory tests/initialTest contains a few files that are no longer used: Head1.dgem Head1.dgmm Head1.ds2mm Head1.smooth These are needed to compare OM results on all surfaces (most other comparisons are...

recent MKLs (2021, 2022) has a race bug in the implementation of DSYMM. Make a report. When this is corrected, remove the workaround introduced around DSYMM.

Several symmatrix related method first copy the symmetrix into a full matrix because BLAS does not handle compressed symmetric matrices in many cases. It is not sure this is advisable...