Fix clang-format off directive for older LLVM versions
@@ -196,8 +196,8 @@ class GpuInvocationBuilder:
@@ -205,7 +205,7 @@ class GpuInvocationBuilder:
The possibility to add an explanation after the clang-format off
directive was only added in LLVM 17.
Move the explanation to a separate comment to make sure older LLVM versions format correctly.