mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 13:11:25 +00:00
batched_gemm: use profiler in ctest (#163)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include "device_base.hpp"
|
||||
|
||||
namespace ck {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef TENSOR_LAYOUT_HPP
|
||||
#define TENSOR_LAYOUT_HPP
|
||||
#pragma once
|
||||
|
||||
namespace ck {
|
||||
namespace tensor_layout {
|
||||
@@ -128,4 +127,3 @@ std::ostream& operator<<(std::ostream& os, const Layout&)
|
||||
|
||||
} // namespace tensor_layout
|
||||
} // namespace ck
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user