Expand description
Actual implementation of Kronos compute APIs
Re-exports§
pub use instance::*;pub use device::*;pub use memory::*;pub use buffer::*;pub use pipeline::*;pub use descriptor::*;pub use sync::*;
Modules§
- buffer
- REAL Kronos buffer implementation - NO ICD forwarding!
- descriptor
- REAL Kronos descriptor implementation - NO ICD forwarding!
- device
- REAL Kronos device implementation - NO ICD forwarding!
- error
- Error types for Kronos implementation
- instance
- REAL Kronos instance implementation - NO ICD forwarding!
- memory
- REAL Kronos memory implementation - NO ICD forwarding!
- pipeline
- REAL Kronos pipeline implementation - NO ICD forwarding!
- sync
- REAL Kronos synchronization implementation - NO ICD forwarding!
Structs§
Functions§
- initialize_
kronos - Initialize Kronos - pure Rust implementation