Commit 43ff9ba6 authored by Adam Osewski's avatar Adam Osewski
Browse files

Fix not closed namespace.

parent 0884043b
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
#pragma once #pragma once
#include "ck_tile/core.hpp"
namespace ck_tile { namespace ck_tile {
enum struct BlockGemmPipelineScheduler enum struct BlockGemmPipelineScheduler
...@@ -34,3 +32,5 @@ enum struct TailNumber ...@@ -34,3 +32,5 @@ enum struct TailNumber
// prefetchstages // prefetchstages
Full, Full,
}; };
} // namespace ck_tile
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment