Remove references to oneapi/tbb.h

This commit is contained in:
Tom Lin 2021-05-27 10:51:45 +01:00
parent 7a130a59bc
commit 0867115d8d
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
// source code
#include "TBBStream.hpp"
#include "tbb/tbb.h"
template <class T>
TBBStream<T>::TBBStream(const int ARRAY_SIZE, int device)

View File

@ -8,7 +8,7 @@
#include <iostream>
#include <vector>
#include "oneapi/tbb.h"
#include "tbb/tbb.h"
#include "Stream.h"
#define IMPLEMENTATION_STRING "TBB"