diff --git a/lib/runtime/function.cc b/lib/runtime/function.cc index fbff92a2e..cf9d6fe0c 100644 --- a/lib/runtime/function.cc +++ b/lib/runtime/function.cc @@ -328,7 +328,7 @@ void function::precompile(driver::stream* stream, // multi-threaded compilation _loop_nest(ranges, do_make); if(callers_.empty()) - throw std::runtime_error("could not find valid option in provided space"); + throw std::runtime_error("could not compile kernel"); } // return auto-tuning key for given function arguments