mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixed a typo in a test
This commit is contained in:
@@ -152,7 +152,7 @@ void test_cuda_props() {
|
||||
assert(cudaStreamSynchronize(gpu_device.stream()) == cudaSuccess);
|
||||
|
||||
for (int i = 0; i < 200; ++i) {
|
||||
VERIFY_IS_EQUAL(out(i), (std::isinf)(in1(i)));
|
||||
VERIFY_IS_EQUAL(out(i), (std::isnan)(in1(i)));
|
||||
}
|
||||
|
||||
cudaFree(d_in1);
|
||||
|
||||
Reference in New Issue
Block a user