[SYCL] Remove unused program variable
This commit is contained in:
parent
1bc4395f48
commit
7f1637d679
@ -15,7 +15,6 @@ using namespace cl::sycl;
|
||||
bool cached = false;
|
||||
std::vector<device> devices;
|
||||
void getDeviceList(void);
|
||||
program * p;
|
||||
|
||||
template <class T>
|
||||
SYCLStream<T>::SYCLStream(const unsigned int ARRAY_SIZE, const int device_index)
|
||||
@ -81,7 +80,6 @@ SYCLStream<T>::~SYCLStream()
|
||||
delete d_b;
|
||||
delete d_c;
|
||||
delete d_sum;
|
||||
delete p;
|
||||
delete queue;
|
||||
devices.clear();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user