Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razdoburdin committed Nov 20, 2024
1 parent 934b2a8 commit 1c13be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/sycl/common/transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ void LaunchSyclKernel(DeviceOrd device, Functor&& _func, xgboost::common::Range
} // namespace common
} // namespace sycl
} // namespace xgboost
#endif // PLUGIN_SYCL_COMMON_TRANSFORM_H_
#endif // PLUGIN_SYCL_COMMON_TRANSFORM_H_
2 changes: 1 addition & 1 deletion src/common/transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#if defined (SYCL_LANGUAGE_VERSION)
#include "../plugin/sycl/common/transform.h"
#endif // defined (SYCL_LANGUAGE_VERSION)
#endif // defined (SYCL_LANGUAGE_VERSION)

namespace xgboost {
namespace common {
Expand Down

0 comments on commit 1c13be4

Please sign in to comment.