Docs.rs
  • cubecl-cuda-0.2.0
    • cubecl-cuda 0.2.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • nathanielsimard
    • Dependencies
      • bytemuck ^1.16.1 normal
      • cubecl-common ^0.2.0 normal
      • cubecl-core ^0.2.0 normal
      • cubecl-runtime ^0.2.0 normal
      • cudarc =0.11.5 normal
      • derive-new ^0.6.0 normal
      • half ^2.4.1 normal
      • log ^0.4.22 normal
      • cubecl-core ^0.2.0 dev
      • cubecl-linalg ^0.2.0 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cubecl_cuda0.2.0

Module compiler

  • Modules
  • Structs
  • Enums
  • Traits

In crate cubecl_cuda

Module cubecl_cuda::compiler

source ·

Modules§

  • binary
  • unary

Structs§

  • BinaryInstruction
  • Binding
  • Body
    A body is composed of a list of instructions.
  • ComputeKernel
  • CudaCompiler
  • Fragment
  • IndexedVariable
  • InstructionSettings
  • Item
  • LocalArray
  • OptimizedArgs
  • SharedMemory
  • UnaryInstruction

Enums§

  • Elem
  • FragmentIdent
  • FragmentLayout
  • Instruction
  • Variable
  • WarpInstruction
  • WmmaInstruction
    Warp Matrix-Multiply and Accumulate Instruction.

Traits§

  • Component