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

[Small bug fix] Debug mode compile failure #665

Merged
merged 1 commit into from
Sep 15, 2016
Merged

[Small bug fix] Debug mode compile failure #665

merged 1 commit into from
Sep 15, 2016

Conversation

iyah4888
Copy link
Contributor

While compiling gpu + debug mode matconvnet, bilinearsampler_gpu.cu occurred the following error message.

matlab/src/bits/impl/bilinearsampler_gpu.cu(252): error: identifier "backward" is undefined

It is occurred due to leftovers, macro calls of assert() with non-existing "backward" keyword.
I commented out the assert() calls related with "backward", so that compiling with GPU+debug mode can be smoothly done.

While compiling gpu + debug mode matconvnet, bilinearsampler_gpu.cu occurred the following error message.

matlab/src/bits/impl/bilinearsampler_gpu.cu(252): error: identifier "backward" is undefined

It is occurred due to leftovers, macro calls of assert() with non-existing "backward" keyword.
I commented out the assert() calls related with "backward", so that compiling with GPU+debug mode can be smoothly done.
@lenck lenck merged commit 00b2e0a into vlfeat:devel Sep 15, 2016
@iyah4888 iyah4888 deleted the patch-1 branch September 15, 2016 19:41
@iyah4888 iyah4888 restored the patch-1 branch September 15, 2016 19:41
@iyah4888 iyah4888 deleted the patch-1 branch September 15, 2016 19:41
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 this pull request may close these issues.

3 participants