Skip to content

Commit

Permalink
[SYCL] Clean -Wcomment warning (#15064)
Browse files Browse the repository at this point in the history
Fixes #15063.
  • Loading branch information
aelovikov-intel authored Aug 14, 2024
1 parent 07bf3c1 commit e16b0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/include/sycl/detail/builtins/builtins.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ struct builtin_enable
// The headers below are specifically implemented without including all the
// necessary headers to allow preprocessing them on their own and providing
// human-friendly result. One can use a command like this to achieve that:
// clang++ -[DU]__SYCL_DEVICE_ONLY__ -x c++ math_functions.inc \
// -I <..>/llvm/sycl/include -E -o - \
// clang++ -[DU]__SYCL_DEVICE_ONLY__ -x c++ math_functions.inc
// -I <..>/llvm/sycl/include -E -o -
// | grep -v '^#' | clang-format > math_functions.{host|device}.ii

#include <sycl/detail/builtins/common_functions.inc>
Expand Down

0 comments on commit e16b0a4

Please sign in to comment.