mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Fixed cut and paste bug in debud message
This commit is contained in:
parent
9506343349
commit
5eea1c7f97
@ -47,7 +47,7 @@ void test_cuda_numext() {
|
|||||||
gpu_device.synchronize();
|
gpu_device.synchronize();
|
||||||
|
|
||||||
for (int i = 0; i < num_elem; ++i) {
|
for (int i = 0; i < num_elem; ++i) {
|
||||||
std::cout << "Checking unary " << i << std::endl;
|
std::cout << "Checking numext " << i << std::endl;
|
||||||
VERIFY_IS_EQUAL(full_prec(i), half_prec(i));
|
VERIFY_IS_EQUAL(full_prec(i), half_prec(i));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user