minor update to rust poly example

This commit is contained in:
Yuval Shekel
2024-07-30 17:28:55 +03:00
committed by Koren-Brand
parent 57976e0218
commit 301c12ba60

View File

@@ -25,6 +25,10 @@ struct Args {
/// Device type (e.g., "CPU", "CUDA")
#[arg(short, long, default_value = "CPU")]
device_type: String,
/// Backend installation directory
#[arg(short, long, default_value = "/opt/icicle/backend")]
backend_install_dir: String,
}
// Load backend and set device