kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
Loading...
Searching...
No Matches
kodama::PassingMessageOptions Struct Reference

#include <kodama.hpp>

Public Attributes

int neighbors = 15
 
Backend backend = Backend::CPU
 
int n_threads = 1
 
int gpu_device = 0
 

Detailed Description

Definition at line 808 of file kodama.hpp.

Member Data Documentation

◆ backend

Backend kodama::PassingMessageOptions::backend = Backend::CPU

Definition at line 810 of file kodama.hpp.

◆ gpu_device

int kodama::PassingMessageOptions::gpu_device = 0

Definition at line 812 of file kodama.hpp.

◆ n_threads

int kodama::PassingMessageOptions::n_threads = 1

Definition at line 811 of file kodama.hpp.

◆ neighbors

int kodama::PassingMessageOptions::neighbors = 15

Definition at line 809 of file kodama.hpp.


The documentation for this struct was generated from the following file: