[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;
|
bool cached = false;
|
||||||
std::vector<device> devices;
|
std::vector<device> devices;
|
||||||
void getDeviceList(void);
|
void getDeviceList(void);
|
||||||
program * p;
|
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
SYCLStream<T>::SYCLStream(const unsigned int ARRAY_SIZE, const int device_index)
|
SYCLStream<T>::SYCLStream(const unsigned int ARRAY_SIZE, const int device_index)
|
||||||
@ -81,7 +80,6 @@ SYCLStream<T>::~SYCLStream()
|
|||||||
delete d_b;
|
delete d_b;
|
||||||
delete d_c;
|
delete d_c;
|
||||||
delete d_sum;
|
delete d_sum;
|
||||||
delete p;
|
|
||||||
delete queue;
|
delete queue;
|
||||||
devices.clear();
|
devices.clear();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user