Merge branch 'main' into cmake
This commit is contained in:
commit
ec131e2cfc
@ -31,7 +31,7 @@ class SYCLStream : public Stream<T>
|
|||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
// Size of arrays
|
// Size of arrays
|
||||||
int array_size;
|
size_t array_size;
|
||||||
|
|
||||||
// SYCL objects
|
// SYCL objects
|
||||||
cl::sycl::queue *queue;
|
cl::sycl::queue *queue;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user