Unverified Commit 58338bb2 authored by zjing14's avatar zjing14 Committed by GitHub
Browse files

fixed math-ci error; suspend a warning (#996)


Co-authored-by: default avatarJing Zhang <jizha@amd.com>
parent bf435140
......@@ -70,6 +70,7 @@ else()
-Wno-option-ignored
-Wsign-compare
-Wno-extra-semi-stmt
-Wno-unused-template
)
if (CMAKE_${COMPILER}_COMPILER_ID MATCHES "Clang")
list(APPEND CMAKE_COMPILER_WARNINGS
......
......@@ -5,6 +5,7 @@
#include <iostream>
#include <sstream>
#include <vector>
#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