You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to build the develop branch using our host config files to configure for llvm@19.1.3_cuda(matrix and rzvector yield the same results), several compiler warnings and errors are encountered. Before the build dies:
warnings: unused variables and variables used before initialization in thirdparty/tests
warnings: calling constexpr __host__ function from __host__ __device function in core/detail/FlatTable.hpp, core/FlatMapUtil.hpp. Resolve by removing __host__ decoration from constexpr function or use experimental flag --expt-relaxed-constexpr?
warnings: similar to above in core/tests/core_array_for_all.hpp
warnings: similar to above in primal/geometry/Polygon.hpp, primal/geometry/BoundingBox.hpp, and primal/geometry/Vector.hpp
warnings: similar to above in primal/detail/clip_impl.hpp
When attempting to build the develop branch using our host config files to configure for
llvm@19.1.3_cuda(matrix and rzvector yield the same results), several compiler warnings and errors are encountered. Before the build dies:thirdparty/testsconstexpr __host__function from__host__ __devicefunction incore/detail/FlatTable.hpp,core/FlatMapUtil.hpp. Resolve by removing__host__decoration from constexpr function or use experimental flag--expt-relaxed-constexpr?core/tests/core_array_for_all.hppprimal/geometry/Polygon.hpp,primal/geometry/BoundingBox.hpp, andprimal/geometry/Vector.hppprimal/detail/clip_impl.hpp