[GENERAL] Error messages now no longer make terminal color green

This commit is contained in:
Philippe Tillet
2020-04-03 23:25:29 -04:00
committed by Philippe Tillet
parent 3304629de9
commit 5943baa53f
5 changed files with 6 additions and 7 deletions

View File

@@ -155,8 +155,8 @@ mma884_layout::mma884_layout(size_t num_warps,
unsigned effective_num_warps = 1;
for(size_t d = 0; d < shape.size(); d++)
effective_num_warps *= wpt_[d];
if(num_warps != effective_num_warps)
throw std::runtime_error("cannot create a kernel with this amount of warps");
// if(num_warps != effective_num_warps)
// throw std::runtime_error("cannot create a kernel with this amount of warps");
}