Thorsten Liebig
Thorsten Liebig
Where do you have your numbers (20-30%) from? Did you do the proposed changes and bench marked it or just theoretical estimations? First of I know for a fact that...
Well it will be interesting to see. But I hope/think that in the inner most loop you do not use the overloaded operator as that would add a lot of...
Well I just think that inside the engine loop you might better not want to always do all this multiplications but have some calculated offsets (e.g. go index_offsett_x for +/-1...
BTW. looking at your reformatting patch. You should obviously only speed optimize the most advanced engine. The base engine (in engine.cpp) should stay the same with the four-dimension arrays to...
Thanks for the update and the thorough testing. It also restores my believe that 4D arrays and the upstream style of indexing should at the end result in something similar...
Thanks for the update. I have few question: * Did you align the dimensions (making xmax, ymax etc multiple of e.g. 8?) to make sure cache lines do not stretch...
The zip should come with pre-build python packages. Have a look in the python folder and the readme on how to just install these packages...
well this variable "isOctave" was meant to already be available from the context where the test-suite is started. But this is all very very old code and I'm not sure...
I think I should start to provide hyp2mat binaries separately as they will not be updates in the future as it looks like...
The matlab interface can define custom excitation's. I'm not sure if the C++ code has an API-interface exposed for it at this point (I need to check). If it does,...