"example/01_gemm/gemm_wmma_int8.cpp" did not exist on "9739ede0723aec5de436acbf33badb47946814b1"
Commit e5055986 authored by Astha Rai's avatar Astha Rai
Browse files

adding in header guards for some headers due to issues with hiprtc compilation in MIOpen

parent a685822e
......@@ -3,11 +3,13 @@
#pragma once
#ifndef CK_CODE_GEN_RTC
#include <functional>
#include <iostream>
#include <iterator>
#include <numeric>
#include <sstream>
#endif
#include "ck/utility/common_header.hpp"
#include "ck/tensor_description/tensor_descriptor.hpp"
......
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