conversion from existing cuda slice to ort::Value #183
Labels
enhancement
New feature or request
ep: cuda
related to cuda execution provider
p: med
medium priority
perf
hi! i'm working on an example integrating the crate
cudarc
to perform some image preprocessing using cuda kernels (resize, crop, normalize, etc), which i want to pipeline later to aort
session.I've seen
IoBinding
but from the docs and examples i couldn't see any clear direction to achieve that. FYI, this the project i'm working on right now, which potentially i might adoptort
as dnn inference engine for cv tasks.**https://github.com/kornia/kornia-rs/blob/cuda/examples/cuda_simple/src/main.rs
The text was updated successfully, but these errors were encountered: