uxlfoundation / oneAPI-spec

oneAPI Specification source files
https://spec.oneapi.com
Other
185 stars 107 forks source link

[oneMKL][BLAS] value_or_pointer wrapper for BLAS USM scalar parameters #503

Closed andrewtbarker closed 1 year ago

andrewtbarker commented 1 year ago

Allow either values or pointers for scalar parameters to BLAS functions with USM interfaces.

This would allow users to provide values in device memory for these scalar parameters.