Skip to content

Commit

Permalink
Removing enum comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bitemyapp committed May 2, 2024
1 parent 93b0b4c commit 63d47da
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/cudnn/safe/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,6 @@ cudnn_dtype!(i64, CUDNN_DATA_INT64);
cudnn_dtype!(u8, CUDNN_DATA_UINT8);
#[cfg(not(feature = "cuda-12040"))]
cudnn_dtype!(bool, CUDNN_DATA_BOOLEAN);
// pub enum cudnnDataType_t {
// CUDNN_DATA_FLOAT = 0,
// CUDNN_DATA_DOUBLE = 1,
// CUDNN_DATA_HALF = 2,
// CUDNN_DATA_INT8 = 3,
// CUDNN_DATA_INT32 = 4,
// CUDNN_DATA_INT8x4 = 5,
// CUDNN_DATA_UINT8 = 6,
// CUDNN_DATA_UINT8x4 = 7,
// CUDNN_DATA_INT8x32 = 8,
// CUDNN_DATA_BFLOAT16 = 9,
// CUDNN_DATA_INT64 = 10,
// }

#[cfg(feature = "f16")]
impl CudnnDataType for half::f16 {
Expand Down

0 comments on commit 63d47da

Please sign in to comment.