mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
CUDA 13 compatibility update for unit test gpu_basic
libeigen/eigen!2106
This commit is contained in:
@@ -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