Skip to content

Commit

Permalink
Fix batched serial laswp (#2404)
Browse files Browse the repository at this point in the history
* fix include path of Impl

Signed-off-by: Yuuichi Asahi <[email protected]>

* improve batched serial laswp tests

Signed-off-by: Yuuichi Asahi <[email protected]>

* fix comments in Test_Batched_SerialLaswp.hpp

Signed-off-by: Yuuichi Asahi <[email protected]>

---------

Signed-off-by: Yuuichi Asahi <[email protected]>
Co-authored-by: Yuuichi Asahi <[email protected]>
  • Loading branch information
yasahi-hpc and Yuuichi Asahi authored Oct 29, 2024
1 parent c16873b commit 7690b22
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 64 deletions.
2 changes: 1 addition & 1 deletion batched/dense/src/KokkosBatched_Laswp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ struct SerialLaswp {
};
} // namespace KokkosBatched

#include "../impl/KokkosBatched_Laswp_Serial_Impl.hpp"
#include "KokkosBatched_Laswp_Serial_Impl.hpp"

#endif // KOKKOSBATCHED_LASWP_HPP_
Loading

0 comments on commit 7690b22

Please sign in to comment.