Skip to content

Commit

Permalink
fix clang formatting errors (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: jsandham <james.sandham@amd.com>
  • Loading branch information
jsandham and jsandham authored Nov 17, 2022
1 parent 773e8be commit 365575e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/base/hip/hip_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <hip/hip_complex.h>
#endif

// clang-format off
#ifndef ROCALUTION_USE_MOVE_DPP
#if defined(__gfx803__) || defined(__gfx900__) || defined(__gfx906__) || defined(__gfx908__) \
|| defined(__gfx90a__)
Expand All @@ -45,6 +46,7 @@
#define ROCALUTION_USE_MOVE_DPP 0
#endif
#endif
// clang-format on

#define ROCBLAS_HANDLE(handle) *static_cast<rocblas_handle*>(handle)
#define ROCSPARSE_HANDLE(handle) *static_cast<rocsparse_handle*>(handle)
Expand Down

0 comments on commit 365575e

Please # to comment.