|
kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
|
#include <kodama.hpp>
Public Attributes | |
| ScalingMethod | method = ScalingMethod::Autoscaling |
| Backend | backend = Backend::CPU |
| int | n_threads = 1 |
| int | gpu_device = 0 |
Definition at line 788 of file kodama.hpp.
| Backend kodama::ScalingOptions::backend = Backend::CPU |
Definition at line 790 of file kodama.hpp.
| int kodama::ScalingOptions::gpu_device = 0 |
Definition at line 792 of file kodama.hpp.
| ScalingMethod kodama::ScalingOptions::method = ScalingMethod::Autoscaling |
Definition at line 789 of file kodama.hpp.
| int kodama::ScalingOptions::n_threads = 1 |
Definition at line 791 of file kodama.hpp.