Remove old comment

This commit is contained in:
Tom Deakin 2021-01-12 11:01:11 +00:00
parent 8c72b52f16
commit e8faf6843d

View File

@ -292,6 +292,5 @@ std::string getDeviceDriver(const int device)
return driver;
}
// TODO: Fix kernel names to allow multiple template specializations
template class SYCLStream<float>;
template class SYCLStream<double>;