mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-10-01 05:39:09 +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)]
|
||||
#[allow(dead_code)]
|
||||
#[bpaf(options, version("V12.8.0"))]
|
||||
#[bpaf(options, version("Cuda compilation tools, release 12.8, V12.8.0"))]
|
||||
pub struct Options {
|
||||
#[bpaf(short, long)]
|
||||
output: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue