diff --git a/test/gpu_test_helper.h b/test/gpu_test_helper.h index bc8c8d410..c1ef70acb 100644 --- a/test/gpu_test_helper.h +++ b/test/gpu_test_helper.h @@ -389,9 +389,6 @@ void print_gpu_device_info() { std::cout << " warpSize: " << deviceProp.warpSize << std::endl; std::cout << " regsPerBlock: " << deviceProp.regsPerBlock << std::endl; std::cout << " concurrentKernels: " << deviceProp.concurrentKernels << std::endl; - std::cout << " clockRate: " << deviceProp.clockRate << std::endl; - std::cout << " canMapHostMemory: " << deviceProp.canMapHostMemory << std::endl; - std::cout << " computeMode: " << deviceProp.computeMode << std::endl; } #endif // EIGEN_GPUCC