dropped obsolete comments

This commit is contained in:
Peter Steinbach 2017-04-18 14:58:34 +02:00
parent b1fc309f3a
commit f6d6874c04

View File

@ -58,7 +58,7 @@ HCStream<T>::HCStream(const unsigned int ARRAY_SIZE, const int device_index):
throw std::runtime_error(ss.str());
}
// // Set device
// Set device
std::vector<hc::accelerator> accs = hc::accelerator::get_all();
auto current = accs[device_index];