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
I went through your thesis recently and found your implementation of a KD-Tree with vectorization support interesting.
I wanted to compare on my x86-64 platform the performance obtained for my use case against another implementation, but I could not configure the project using this standalone repository.
I tried to include it as an example in the Vc repository, both with the latest version 1.4.3 and version 0.7.5, where common/undomacros.h still exists.
The last one failed when building Vc alone, it's hard to find the errors since my gcc 10 overflows the terminal with warnings at each compiled object.
Is there a simple way to build and run this project with the latest version of Vc?
Thanks in advance for your help,
Dylan
The text was updated successfully, but these errors were encountered:
Hello,
I went through your thesis recently and found your implementation of a KD-Tree with vectorization support interesting.
I wanted to compare on my x86-64 platform the performance obtained for my use case against another implementation, but I could not configure the project using this standalone repository.
I tried to include it as an example in the Vc repository, both with the latest version 1.4.3 and version 0.7.5, where common/undomacros.h still exists.
The last one failed when building Vc alone, it's hard to find the errors since my gcc 10 overflows the terminal with warnings at each compiled object.
Is there a simple way to build and run this project with the latest version of Vc?
Thanks in advance for your help,
Dylan
The text was updated successfully, but these errors were encountered: