batched_gemm: use profiler in ctest (#163)

This commit is contained in:
Jianfeng Yan
2022-03-30 21:32:49 -05:00
committed by GitHub
parent 982f8bbc29
commit c8f3acf9c0
5 changed files with 48 additions and 134 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include <iostream>
#include <vector>
#include "device_base.hpp"
namespace ck {

View File

@@ -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