Tags: KatanaGraph/katana
Tags
[KAT-1036] Enable a CUDA synoptic application for testing CUDA build … …in the Open repo (#538) * Enable a CUDA synoptic application for testing CUDA build in the Open repo * CUDA synoptic compilation can be done with clang - not only nvcc * Determined the headers used by CUDA dist apps * Unified the inclusion method * Fix build - add Galois dependency * Make CUDA installation optional in setup_ubuntu.sh * Do not install CUDA for a lint job * Configure and build with CUDA only if CUDA is installed in this combination * Move the CUDA test according to the code review comments * Move the CUDA test and make no-CUDA the default for setup_ubuntu.sh * Add libgpuopen directory and place the CUDA test there * Rename libgpuopen to libgpu
Fix incorrect conda install command in docs. (#496)
[KAT-972] Visit arrow multiple args (#387) Adds support for the VisitArrow function to take multiple arguments (note: this ability requires switching the order of the arguments, though the original order is maintained for backwards compatibility). This allows one to call VisitArrow(Visitor visitor, ArrowType1 at1, ArrowType2 at2, ...), which will then in turn call the correct specialization of visitor.Call(...).
Use uint64_t for num_(nodes|edges)
Rename array/vector types and document (#339)