mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Created a test to check that the sycl runtime can successfully report errors (like ivision by 0).
Small cleanup
This commit is contained in:
@@ -158,10 +158,9 @@ struct SyclDevice {
|
||||
});
|
||||
});
|
||||
m_queue.throw_asynchronous();
|
||||
} else{
|
||||
} else {
|
||||
eigen_assert("no source or destination device memory found.");
|
||||
}
|
||||
//::memcpy(dst, src, n);
|
||||
}
|
||||
|
||||
/// The memcpyHostToDevice is used to copy the device only pointer to a host pointer. Using the device
|
||||
|
||||
Reference in New Issue
Block a user