Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests files not compiling (sphere.cpp, dynamic.cpp, ...). #69

Open
damienmarchal opened this issue Sep 1, 2022 · 1 comment
Open

Tests files not compiling (sphere.cpp, dynamic.cpp, ...). #69

damienmarchal opened this issue Sep 1, 2022 · 1 comment

Comments

@damienmarchal
Copy link

Hi,

Congratulation for the making of DrJit.

As a first experiment with it was trying to compare SoA vs AoS implementations of the same numerical method but didn't succeeded so far. As the c++ documentation is TBD... to get an idea on the general API design I used the one from Enoki's combined with the files available in the tests directory. Doing so I noticed that several files in the tests directory are not compiling (vector.cpp, dynamic.cpp, sphere.cpp).

The commented tests seems to use AoS style of coding and I wonder if you have plan to restore them, possibly by re-implementing currently missing features, or if it was decided not to go in this direction.

Regards,

@Speierers
Copy link
Member

Speierers commented Sep 1, 2022

Hi @damienmarchal ,

I am not sure to understand what you mean by AoS style coding. Could you maybe provide a code example of what you are trying to achieve in Dr.Jit? (e.g. in Enoki code, that's fine as well)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants