|
kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
|
#include <kodama.hpp>
Public Attributes | |
| int | neighbors = 15 |
| Backend | backend = Backend::CPU |
| int | n_threads = 1 |
| int | gpu_device = 0 |
Definition at line 808 of file kodama.hpp.
| Backend kodama::PassingMessageOptions::backend = Backend::CPU |
Definition at line 810 of file kodama.hpp.
| int kodama::PassingMessageOptions::gpu_device = 0 |
Definition at line 812 of file kodama.hpp.
| int kodama::PassingMessageOptions::n_threads = 1 |
Definition at line 811 of file kodama.hpp.
| int kodama::PassingMessageOptions::neighbors = 15 |
Definition at line 809 of file kodama.hpp.