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

can this run on ARM architecture and more specifically on TK1 kit ? #79

Open
aliikram97 opened this issue Oct 4, 2021 · 2 comments
Open

Comments

@aliikram97
Copy link

i tried to run with msse2 but it due to different architecture did not work... i removed msse and got the following error /....

/home/ubuntu/aliexperiments/CudaSift/cudaSiftD.cu(1319): error: identifier "__any_sync" is undefined

1 error detected in the compilation of "/tmp/tmpxft_000028fb_00000000-6_cudaSiftH.cpp1.ii".
CMake Error at cudasift_generated_cudaSiftH.cu.o.cmake:279 (message):
Error generating file
/home/ubuntu/aliexperiments/CudaSift/build/CMakeFiles/cudasift.dir//./cudasift_generated_cudaSiftH.cu.o

make[2]: *** [CMakeFiles/cudasift.dir/cudasift_generated_cudaSiftH.cu.o] Error 1
make[1]: *** [CMakeFiles/cudasift.dir/all] Error 2
make: *** [all] Error 2

@Celebrandil
Copy link
Owner

I managed to run it on a Jetson TK1 before. It could be that you don't use CUDA 9.0 or later, since __any_sync used to be called __any in earlier versions.

@aliikram97
Copy link
Author

aliikram97 commented Oct 25, 2021 via email

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