Skip to content

Commit

Permalink
fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rasolca committed Nov 22, 2024
1 parent 4822555 commit fbb484f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/dlaf/gpu/blas/gpublas.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/// @file
/// Provides gpublas wrappers for BLAS operations.

#ifdef DLAF_WITH_GPU
#include <cstddef>
#include <utility>

Expand Down Expand Up @@ -139,3 +140,4 @@ DLAF_MAKE_GPUBLAS_OP(Trmm, trmm_outofplace);

DLAF_MAKE_GPUBLAS_OP(Trsm, trsm);
}
#endif
2 changes: 1 addition & 1 deletion src/lapack/gpu/larft.cu
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
// SPDX-License-Identifier: BSD-3-Clause
//

#include <cublas_v2.h>
#include <whip.hpp>

#include <dlaf/common/assert.h>
#include <dlaf/gpu/assert.cu.h>
#include <dlaf/gpu/blas/api.h>
#include <dlaf/gpu/blas/gpublas.h>
#include <dlaf/lapack/gpu/larft.h>
#include <dlaf/types.h>
Expand Down

0 comments on commit fbb484f

Please sign in to comment.