mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-01-18 17:31:19 +01:00
CUDA 13 compatibility update for unit test gpu_basic
libeigen/eigen!2106
This commit is contained in:
@@ -153,9 +153,7 @@ void ei_test_init_gpu() {
|
||||
std::cout << " warpSize: " << deviceProp.warpSize << "\n";
|
||||
std::cout << " regsPerBlock: " << deviceProp.regsPerBlock << "\n";
|
||||
std::cout << " concurrentKernels: " << deviceProp.concurrentKernels << "\n";
|
||||
std::cout << " clockRate: " << deviceProp.clockRate << "\n";
|
||||
std::cout << " canMapHostMemory: " << deviceProp.canMapHostMemory << "\n";
|
||||
std::cout << " computeMode: " << deviceProp.computeMode << "\n";
|
||||
}
|
||||
|
||||
#endif // EIGEN_TEST_GPU_COMMON_H
|
||||
|
||||
@@ -389,6 +389,7 @@ 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 << " canMapHostMemory: " << deviceProp.canMapHostMemory << "\n";
|
||||
}
|
||||
|
||||
#endif // EIGEN_GPUCC
|
||||
|
||||
Reference in New Issue
Block a user