Unverified Commit d83d2a49 authored by Joseph Groenenboom's avatar Joseph Groenenboom Committed by GitHub
Browse files

Remove circular includes (#583)

PyTorch hipify does not support circular includes. Remove
circular includes from relevant header files.
parent cb2d4dbb
......@@ -4,8 +4,6 @@
#ifndef CK_ARRAY_MULTI_INDEX_HPP
#define CK_ARRAY_MULTI_INDEX_HPP
#include "common_header.hpp"
namespace ck {
template <index_t N>
......
......@@ -3,8 +3,6 @@
#pragma once
#include "common_header.hpp"
#if CK_EXPERIMENTAL_USE_DYNAMICALLY_INDEXED_MULTI_INDEX
#include "array_multi_index.hpp"
#else
......
......@@ -4,8 +4,6 @@
#ifndef CK_STATICALLY_INDEXED_ARRAY_MULTI_INDEX_HPP
#define CK_STATICALLY_INDEXED_ARRAY_MULTI_INDEX_HPP
#include "common_header.hpp"
namespace ck {
template <index_t N>
......
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