Skip to content

Commit

Permalink
Refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
Guglielmo Gagliardi committed May 16, 2024
1 parent af4993d commit d804bbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/inshpect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
run: |
sudo apt update
sudo apt install -y fd-find
curl --output /tmp/dasel \
--location https://github.com/TomWright/dasel/releases/download/v2.7.0/dasel_linux_amd64
sudo mv /tmp/dasel /usr/local/bin/dasel
Expand Down
3 changes: 2 additions & 1 deletion test/include/dlaf_test/blas/invoke.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
// SPDX-License-Identifier: BSD-3-Clause
//

#include <utility>

#pragma once

#ifdef DLAF_WITH_GPU
#include <whip.hpp>
#endif

#include <utility>

#include <dlaf/types.h>

#ifdef DLAF_WITH_GPU
Expand Down
4 changes: 2 additions & 2 deletions test/include/dlaf_test/lapack/invoke.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
// SPDX-License-Identifier: BSD-3-Clause
//

#include <utility>

#pragma once

#ifdef DLAF_WITH_GPU
#include <whip.hpp>
#endif

#include <utility>

#include <dlaf/types.h>

#ifdef DLAF_WITH_GPU
Expand Down

0 comments on commit d804bbc

Please sign in to comment.