From e8faf6843d498daff1d37cba235decc2a9fa8366 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Tue, 12 Jan 2021 11:01:11 +0000 Subject: [PATCH] Remove old comment --- SYCLStream.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SYCLStream.cpp b/SYCLStream.cpp index dfaf13c..8f47304 100644 --- a/SYCLStream.cpp +++ b/SYCLStream.cpp @@ -292,6 +292,5 @@ std::string getDeviceDriver(const int device) return driver; } -// TODO: Fix kernel names to allow multiple template specializations template class SYCLStream; template class SYCLStream;