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

Compiler error when disabling USE_SELF_COLLISION_SORT in DX solver #48

Open
KevinGliewe opened this issue Feb 20, 2020 · 0 comments
Open

Comments

@KevinGliewe
Copy link

There are multible Compiler Errors when Setting USE_SELF_COLLISION_SORT to 0.

#define USE_SELF_COLLISION_SORT 1

undeclared identifier 'i'

for (i = threadIdx; i < numParticles; i += blockDim)

undeclared identifier 'cdistSq'

if (distSqr > cdistSq)

undeclared identifier 'cellStartOffset'

bSelfCollisionData[cellStartOffset + key] = -1;

@KevinGliewe KevinGliewe changed the title Compiler error when diabeling USE_SELF_COLLISION_SORT in DX solver Compiler error when disabling USE_SELF_COLLISION_SORT in DX solver Jul 5, 2020
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

Successfully merging a pull request may close this issue.

1 participant