oxibonsai-kernels 0.1.1

1-bit Q1_0_g128 compute kernels (dequant, GEMV, GEMM) for OxiBonsai
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! # CudaGraph - Trait Implementations
//!
//! This module contains trait implementations for `CudaGraph`.
//!
//! ## Implemented Traits
//!
//! - `Send`
//! - `Sync`
//!
//! 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs)

use super::cudagraph_type::CudaGraph;

unsafe impl Send for CudaGraph {}

unsafe impl Sync for CudaGraph {}