mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-10-01 13:49:11 +00:00
More verbose version
This commit is contained in:
parent
458e670f38
commit
854cbdc955
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use std::{ffi::CStr, mem};
|
||||||
|
|
||||||
#[derive(Debug, Clone, Bpaf)]
|
#[derive(Debug, Clone, Bpaf)]
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
#[bpaf(options, version("V12.8.0"))]
|
#[bpaf(options, version("Cuda compilation tools, release 12.8, V12.8.0"))]
|
||||||
pub struct Options {
|
pub struct Options {
|
||||||
#[bpaf(short, long)]
|
#[bpaf(short, long)]
|
||||||
output: String,
|
output: String,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue