Index: mlir/lib/ExecutionEngine/AsyncRuntime.cpp =================================================================== --- mlir/lib/ExecutionEngine/AsyncRuntime.cpp +++ mlir/lib/ExecutionEngine/AsyncRuntime.cpp @@ -167,9 +167,6 @@ std::vector> awaiters; }; -} // namespace runtime -} // namespace mlir - // Adds references to reference counted runtime object. extern "C" void mlirAsyncRuntimeAddRef(RefCountedObjPtr ptr, int32_t count) { RefCounted *refCounted = static_cast(ptr); @@ -342,4 +339,7 @@ std::cout << "Current thread id: " << thisId << std::endl; } +} // namespace runtime +} // namespace mlir + #endif // MLIR_ASYNCRUNTIME_DEFINE_FUNCTIONS