Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_cublas_LIBRARY (ADVANCED)
linked by target “THC” in directory /root/torch/extra/cutorch/lib/THC
CUDA_cublas_device_LIBRARY (ADVANCED)
linked by target “THC” in directory /root/torch/extra/cutorch/lib/THC
解决办法:https://github.com/torch/cutorch/issues/834
本文解决在CMakefiles中设置和正确测试CUDA cublas_LIBRARY和CUDA_cublas_device_LIBRARY的问题,确保目标“THC”在/root/torch/extra/cutorch/lib/THC目录下正确链接。

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



