We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[==========] Running 22 tests from 11 test cases. [----------] Global test environment set-up. [----------] 4 tests from KinectFusion [ RUN ] KinectFusion.lowDense OpenCL program build log: rgbd/tsdf Status -11: CL_BUILD_PROGRAM_FAILURE -cl-mad-enable <source>:1:9: error: unknown type name '__INT8_TYPE__' typedef __INT8_TYPE__ int8_t; ^ <source>:63:20: warning: double precision constant requires cl_khr_fp64, casting to single precision if(fabs(zStep.z) > 1e-5) ^ error: Compiler frontend failed (error code 60) unknown file: Failure C++ exception with description "Failed to create kernel: <source>:1:9: error: unknown type name '__INT8_TYPE__' typedef __INT8_TYPE__ int8_t; ^ <source>:63:20: warning: double precision constant requires cl_khr_fp64, casting to single precision if(fabs(zStep.z) > 1e-5) ^ error: Compiler frontend failed (error code 60) " thrown in the test body. [ FAILED ] KinectFusion.lowDense (553 ms)
Removing this line satisfies the boards I own
opencv_contrib/modules/rgbd/src/opencl/tsdf.cl
Line 7 in d733a80
Run opencv_test_rgbd
opencv_test_rgbd
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
System information (version)
Detailed description
Removing this line satisfies the boards I own
opencv_contrib/modules/rgbd/src/opencl/tsdf.cl
Line 7 in d733a80
Steps to reproduce
Run
opencv_test_rgbd
Issue submission checklist
answers.opencv.org, Stack Overflow, etc and have not found solution
The text was updated successfully, but these errors were encountered: