UserWarning: The detected CUDA version (12.6) has a minor version mismatch with the version that was used to compile PyTorch (12.1). Most likely this shouldn't be a problem.
关键错误信息: simple_knn.cu(90): error: identifier "FLT_MAX" is undefined simple_knn.cu(154): error: identifier "FLT_MAX" is undefined 2 errors detected in the compilation of "simple_knn.cu".
在simple_knn.cu文件中插入头文件
#include <cfloat>
1138

被折叠的 条评论
为什么被折叠?



