Remove references to oneapi/tbb.h
This commit is contained in:
parent
7a130a59bc
commit
0867115d8d
@ -5,7 +5,6 @@
|
|||||||
// source code
|
// source code
|
||||||
|
|
||||||
#include "TBBStream.hpp"
|
#include "TBBStream.hpp"
|
||||||
#include "tbb/tbb.h"
|
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
TBBStream<T>::TBBStream(const int ARRAY_SIZE, int device)
|
TBBStream<T>::TBBStream(const int ARRAY_SIZE, int device)
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "oneapi/tbb.h"
|
#include "tbb/tbb.h"
|
||||||
#include "Stream.h"
|
#include "Stream.h"
|
||||||
|
|
||||||
#define IMPLEMENTATION_STRING "TBB"
|
#define IMPLEMENTATION_STRING "TBB"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user