llvm
4f1965d8 - [SYCL][Doc] Add "decay" to FP4, FP8 constraints (#21820)

Commit
78 days ago
[SYCL][Doc] Add "decay" to FP4, FP8 constraints (#21820) For the FP4 and FP8 constructors that take a parameter pack, change the constraints to use `std::decay_t` on the input types. This allows, for example, the application to construct from `float &` in addition to constructing from plain `float`.
Author
Parents
Loading