Docs.rs
  • open-cl-core-0.2.1
    • open-cl-core 0.2.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • elbow-jason
    • Dependencies
      • bitflags ^1.2.1 normal
      • chrono ^0.4.10 normal
      • colored ^1.9 normal
      • env_logger ^0.7 normal
      • failure ^0.1.6 normal
      • lazy_static ^1.4.0 normal
      • libc ^0.2.65 normal
      • log ^0.4 normal
      • num ^0.2 normal
      • open-cl-low-level ^0.2.1 normal
      • open-cl-sys ^0.1.0 normal
      • paste ^0.1.6 normal
    • Versions
    • 9.49% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • 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

opencl_core0.2.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • CommandQueueOptions
  • CommandQueueProperties
  • DeviceType
  • MemConfig
  • Work
  • buffer::Buffer
  • command_queue::CommandQueue
  • context::Context
  • device::Device
  • kernel::Kernel
  • kernel::KernelOperation
  • platform::Platform
  • program::Program
  • program::UnbuiltProgram
  • session::Session

Enums

  • Error
  • HostAccess
  • KernelAccess
  • MemLocation
  • MutVecOrSlice
  • NumberType
  • VecOrSlice
  • kernel::KernelOpArg

Traits

  • BufferCreator
  • ClNumber
  • NumberTyped
  • NumberTypedT
  • Waitlist
  • command_queue::CommandQueueLock
  • kernel::ToKernelOpArg

Macros

  • panic_once

Type Aliases

  • Output