oneMKL
oneMKL copied to clipboard
[Feature Request] Support value_or_pointer arguments for oneMKL functions
OneAPI spec delineates value_or_pointer which enables writing complex programs where the results of kernels can be chained together without bringing data to the host.
Providing these overloads would improve usability of oneMKL Interfaces.