mxgbs

Results 25 comments of mxgbs

Hi Mihai, Thanks for your quick response. I tried, and use cmake, the same error still occurs:. I think the reason may be because the following functions using some OPENNI...

I removed dynamicfusion_kinect from apps. The .sln is successfully generated via cmake. However, new error as following occurs when building with VS2015. Trying to solve that now. 1>------ Build started:...

More errors come. For the mlibCore.h, should we install opt first and put that to the cmakelist? seems all the following libraries are missing. #include #include #include #include #include 1>------...

Do you have any clues how to fix following errors? dynamicfusion\kfusion\src\cuda\device.hpp(54): error : identifier "__float2half_rn" is undefined dynamicfusion\kfusion\src\cuda\device.hpp(59): error : identifier "__half2float" is undefined dynamicfusion\kfusion\src\cuda\device.hpp(61): error : identifier "__half2float" is...

Besides, is this the opt you used https://software.sandia.gov/opt++/ ? Sincerely, Yan On Mon, Nov 27, 2017 at 1:50 PM, yan deng wrote: > Do you have any clues how to...

I use the latest CUDA version 9.0. Should I downgrade? First time using CUDA, lack of experience. Have you build this project on Windows successfully? If no one did, should...

Hi Mihai, I think the problem is here" Unsupported Features General CUDA ‣ CUDA library. The built-in functions __float2half_rn() and __half2float() have been removed. Use equivalent functionality in the updated...

Sorry. The last message is not correct. I saw all my device intrinsic functions defined by #if defined(__CUDACC__) are uncomment. That means __CUDACC__is not defined. But have no idea how...

Yes. Thank you. I try to build everything with VS2015, 64bits. Sincerely, Yan On Wed, Nov 29, 2017 at 4:56 AM, Mihai wrote: > Ok, just got hold of a...

Hi Mihai, I have found out reason why following error occurs. The .sln generated by cmake is not automatically linked to CUDA. Need to manually configure build dependencies/build customizations and...