Skip to content

Commit 7b40302

Browse files
authored
Responding to comments
1 parent a7b2fdc commit 7b40302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_fma_relu.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ This extension introduces the `fma_relu` function for datatypes `sycl::half`,
7878
class from the `sycl_ext_*_bf16_conversion` extension, and currently use
7979
`uint16_t` and `uint32_t`, respectively, as storage types.
8080

81+
== Specification
82+
8183
```c++
8284
namespace sycl::ext::oneapi::experimental {
8385

@@ -89,8 +91,6 @@ T fma_relu(T a, T b, T c);
8991

9092
`fma_relu` returns `a * b + c > 0 ? a * b + c : 0`.
9193

92-
== Specification
93-
9494
=== Feature test macro
9595

9696
This extension provides a feature-test macro as described in the core SYCL

0 commit comments

Comments
 (0)