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

#include <kodama.hpp>

Public Attributes

ScalingMethod method = ScalingMethod::Autoscaling
 
Backend backend = Backend::CPU
 
int n_threads = 1
 
int gpu_device = 0
 

Detailed Description

Definition at line 788 of file kodama.hpp.

Member Data Documentation

◆ backend

Backend kodama::ScalingOptions::backend = Backend::CPU

Definition at line 790 of file kodama.hpp.

◆ gpu_device

int kodama::ScalingOptions::gpu_device = 0

Definition at line 792 of file kodama.hpp.

◆ method

ScalingMethod kodama::ScalingOptions::method = ScalingMethod::Autoscaling

Definition at line 789 of file kodama.hpp.

◆ n_threads

int kodama::ScalingOptions::n_threads = 1

Definition at line 791 of file kodama.hpp.


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