Crate pxl_rust
Source pub use function::Function;
pub use module::Module;
pub use pxl::*;
- ffi
- PXL FFI bindings
- function
- Represents a single function within a device kernel.
- macros
- Macros for PXL
- module
- Represents a compiled device kernel.
- pxl
- Binding for pxl namespace in PXL C++ library.
This module provides functions in pxl namespace.
- runtime
- Binding for pxl::runtime in PXL C++ library.
This module provides functions in pxl::runtime namespace.
- execute
- Executes a
Map
or compatible executor with a variable number of arguments.