microsoft / nnfusion

A flexible and efficient deep neural network (DNN) compiler that generates high-performance executable from a DNN model description.
MIT License
948 stars 158 forks source link

[BUG]msg: CUDA driver version is insufficient for CUDA runtime version #463

Open wxthu opened 1 year ago

wxthu commented 1 year ago

image when I compiled nnfusion and run tests , error happened as show above. I convert torchvision.models.vgg11() to onnx format in my local machine with cuda11.7 image

LeiWang1999 commented 1 year ago

@wxthu please check nvidia cuda samples to make sure your cuda environment is ready, could you show your output of nvidia-smi?

https://github.com/NVIDIA/cuda-samples/releases

wxthu commented 1 year ago

@wxthu please check nvidia cuda samples to make sure your cuda environment is ready, could you show your output of nvidia-smi?

https://github.com/NVIDIA/cuda-samples/releases

my cuda environment is ready image