diff --git a/cuda-stream.cu b/cuda-stream.cu index 5fcc56c..8f5082a 100644 --- a/cuda-stream.cu +++ b/cuda-stream.cu @@ -246,15 +246,6 @@ int main(int argc, char *argv[]) } } - // Catch OpenCL Errors and display information - catch (cl::Error& e) - { - std::cerr - << "Error: " - << e.what() - << "(" << e.err() << ")" - << std::endl; - } catch (std::exception& e) { std::cerr