文件名称:gpu-normal-computation:使用openCL对gpu上的大点云执行常规计算
文件大小:25KB
文件格式:ZIP
更新时间:2024-05-30 17:26:46
cpp hpc opencl high-performance-computing gpu-acceleration
gpu-正常计算
随附于相关的Kapernikov博客文章的存储库。
编译安装
先决条件
OpenCL开发文件
指示
构建使用cmake。 使用适当的发生器使用通常的cmake咒语。 运行基准测试时,请确保构建一个Release版本(将-DCMAKE_BUILD_TYPE=Release添加到cmake命令行)。 另外,安装二进制文件。 可以通过将-DCMAKE_INSTALL_PREFIX=
【文件预览】:
gpu-normal-computation-master
----cmake()
--------modules()
----3rdparty()
--------opencl.CMakeLists.txt(269B)
--------boost.CMakeLists.txt(577B)
--------benchmark.CMakeLists.txt(1KB)
--------pcl.CMakeLists.txt(916B)
--------vtk.CMakeLists.txt(279B)
--------CMakeLists.txt(247B)
--------gtest.CMakeLists.txt(2KB)
----test()
--------utils.cpp(2KB)
--------benchmark.CMakeLists.txt(353B)
--------utils.CMakeLists.txt(381B)
--------test.CMakeLists.txt(420B)
--------normal_computation.CMakeLists.txt(362B)
--------normalComputationTest.cpp(3KB)
--------utils.h(2KB)
--------CMakeLists.txt(93B)
--------benchmark_normal_computation.cpp(3KB)
--------gtest.h(344B)
----Readme.md(2KB)
----LICENSE(7KB)
----.gitlab-ci.yml(1KB)
----src()
--------knn.h(314B)
--------normalComputation.cpp(17KB)
--------normalComputation.h(2KB)
--------CMakeLists.txt(419B)
--------covariance_simd.cpp(4KB)
----CMakeLists.txt(672B)
----.exec-helper(3KB)