【发布时间】:2020-02-20 10:28:20
【问题描述】:
我正在尝试在支持 GPU 的机器上从源头赚钱。我有一个 NVIDIA P 100 GPU。当我使用make 构建 MXNET 时,它会报告:
CMake 日志中的 sn-p 如下所示
-- The CUDA compiler identification is NVIDIA 10.2.89
-- Check for working CUDA compiler: /usr/local/cuda-10.2/bin/nvcc
-- Check for working CUDA compiler: /usr/local/cuda-10.2/bin/nvcc -- works
-- Detecting CUDA compiler ABI info
-- Detecting CUDA compiler ABI info - done
-- GPU support is disabled
我想用 GPU 支持来构建它。我能做什么?
【问题讨论】: