Skip to content
Snippets Groups Projects
Select Git revision
  • github/fork/aprokop/add_batch_mode
  • github/fork/aprokop/add_project
  • github/fork/aprokop/fix_distributed_driver
  • github/fork/aprokop/halo_finder
  • github/fork/aprokop/sort_benchmark
  • github/fork/dalg24/access_traits
  • github/fork/dalg24/buffer_optimization
  • github/fork/masterleinad/avoid_all_to_all
  • github/fork/masterleinad/check_warnings
  • github/fork/masterleinad/distance_return_type
  • github/fork/masterleinad/fix_xl
  • github/fork/masterleinad/improve_distributed_test
  • github/fork/masterleinad/parallel_construct_bvh
  • github/fork/masterleinad/performance_regression
  • github/fork/masterleinad/test_kokkos_post_3_0
  • github/fork/masterleinad/test_with_valgrind
  • master default protected
  • paper_arborx_node
  • v0.9-beta
  • v0.8-beta2
20 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.010Mar9543229Feb21201815141210654330Jan282723810Dec26Nov21201918141312119764131Oct3029282524222118171615141110987432130Sep2726181716151430Aug149723Jul98328Jun2622191814131211109765431May17161514139876532Get rid of convoluted lambdaMerge pull request #239 from aprokop/use_kokkos_enableUse "Kokkos_ENABLE_<>" instead of "Kokkos_DEVICES MATCHES <>"Merge pull request #238 from aprokop/minor_change_in_profiling_regionsMinor comment rewordingSeparate leaves initialization profiling region into two regionsRevert "Force alignement of the Node to salvage performance"Store children indices as int instead of ptrdiff_tFix narrowing in distributed tree unit testForce alignement of the Node to salvage performanceApply double -> float to distributed search treeUpdate unit tests for distance reporting in queriesPropagate single precision changes to distances reported during tree traversalsUpdate unit tests for single precision distances calculationUpdate point boost geometry adapters to use single precisionSingle precision when measuring distance between geometriesUse single precision floating point numbers for Point, Box, and SphereAdd float specializations for KokkosExt::ArithmeticTraits::{infinity,max,epsilon}Merge pull request #155 from dalg24/node_ptrAvoid Alltoall in createFromSendsgithub/fork/mas…github/fork/masterleinad/avoid_all_to_allDrop CMAKE_CXX_STANDARD for PGITry building PGI image similar to the othersFix warning lambda capture not required with C++14Drop node pointer arithmetic in TreeConstruction::calculateInternalNodesBoundingVolumes()Cleanup tree viz avoid pointer arithmeticAdd private member function BVH::getNodePtr(int) to avoid sharing too much implementation detailsFixup in tree construction unit test no pointer arithmeticAvoid pointer arithmetic in tree traversal to avoid bad surprise with alignmentFix memory access violation in recursive traversal (tree construction test)Rename _shift -> _leaf_nodes_shift in functor that generate the hierarchyDrop static assertion that is now out of date in tree constructionMake Node::getLeafPermutationIndex() and makeLeafNode() constexpr functionsStore index of children instead of pointersMerge pull request #233 from masterleinad/fix_skip_ci[skip ci] Remove commented line in CMakeLists.txtRemove outdated build doc that says Kokkos need to be build with C++14[skip ci] KOKKOS_INLINE_FUNCTION -> KOKKOS_FUNCTION in access traits docRevert "Enable skipping the build on Jenkins via a command in the commit message [skip ci]"Merge pull request #229 from dalg24/skip_ciEnable skipping the build on Jenkins via a command in the commit message [skip ci]
Loading