Enum risc0_build_kernel::KernelType
source · pub enum KernelType {
Cpp,
Cuda,
Metal,
}
Variants§
Trait Implementations§
source§impl Hash for KernelType
impl Hash for KernelType
source§impl PartialEq<KernelType> for KernelType
impl PartialEq<KernelType> for KernelType
source§fn eq(&self, other: &KernelType) -> bool
fn eq(&self, other: &KernelType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.