Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: KatanaGraph/katana

Tags

v0.2.0

Toggle v0.2.0's commit message
Add description of project() method. (#953)

v0.1.101

Toggle v0.1.101's commit message
Version 0.1.101

v0.1.100

Toggle v0.1.100's commit message
Version 0.1.100

stable-0.1.100.dev+14.25.4e11ee.2929b8

Toggle stable-0.1.100.dev+14.25.4e11ee.2929b8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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

stable-0.1.12.dev+371.937.20069f.a2c2f7

Toggle stable-0.1.12.dev+371.937.20069f.a2c2f7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix incorrect conda install command in docs. (#496)

stable-0.1.12.dev+332.859.c6029b.41f64d

Toggle stable-0.1.12.dev+332.859.c6029b.41f64d's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
python: Change address to __katana_address__ (#458)

JIRA: KAT-1142

stable-0.1.12.dev+199.721.c84bd7.efe6e4

Toggle stable-0.1.12.dev+199.721.c84bd7.efe6e4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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(...).

stable-0.1.12.dev+245.632.229fe8.49d637

Toggle stable-0.1.12.dev+245.632.229fe8.49d637's commit message
Use uint64_t for num_(nodes|edges)

stable-0.1.12.dev+199.582.ed0603.50c0da

Toggle stable-0.1.12.dev+199.582.ed0603.50c0da's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename array/vector types and document (#339)