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

Portable int64 Literals #6

Merged
merged 1 commit into from
May 15, 2017
Merged

Portable int64 Literals #6

merged 1 commit into from
May 15, 2017

Conversation

njwhite
Copy link

@njwhite njwhite commented May 12, 2017

I was getting:

[ 45%] Generating GpuInitGroups.o
/Users/nwhite/mapd.git/QueryEngine/GpuInitGroups.cu(126): error: no instance of function template "fill_empty_device_key" matches the argument list
            argument types are: (int64_t *, const uint32_t, long)

1 error detected in the compilation of "/tmp/tmpxft_0000621a_00000000-7_GpuInitGroups.cpp1.ii".
make[2]: *** [QueryEngine/GpuInitGroups.o] Error 2
make[2]: *** Waiting for unfinished jobs....
/Users/nwhite/mapd.git/QueryEngine/GpuInitGroups.cu(126): error: no instance of function template "fill_empty_device_key" matches the argument list
            argument types are: (int64_t *, const uint32_t, long)

1 error detected in the compilation of "/tmp/tmpxft_0000621b_00000000-7_cuda_mapd_rt.cpp1.ii".
make[2]: *** [QueryEngine/cuda_mapd_rt.o] Error 2
make[1]: *** [QueryEngine/CMakeFiles/QueryEngine.dir/all] Error 2

...on OSX using clang-800.0.42.1 & nvcc Cuda compilation tools, release 8.0, V8.0.61. More CMake logs available if needed!

@asuhan
Copy link
Contributor

asuhan commented May 12, 2017

Thanks, looks good. I'll merge as soon as you sign the CLA.

@njwhite
Copy link
Author

njwhite commented May 15, 2017

@asuhan sent my signed CLA to contributors@mapd.com!

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.

None yet

2 participants